<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-09-17T08:48:58.161633+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/95e67556-31e9-48f0-a128-0bf0d9ed26f3/export</id>
    <title>95e67556-31e9-48f0-a128-0bf0d9ed26f3</title>
    <updated>2026-09-17T08:48:58.174718+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "95e67556-31e9-48f0-a128-0bf0d9ed26f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0902", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/91843", "content": "Exploit Collector\nSimple Food Ordering System 1.0 Cross Site Scripting\n\nhttps://4.bp.blogspot.com/-gp6vAY2GXMM/WWlvG3cWkQI/AAAAAAAAILY/aMDesAGFEocqJU-7SaIaO870_Bbf2ZUHACLcBGAs/s1600/h139.png \nSimple Food Ordering System version 1.0 suffers from a cross site scripting vulnerability.\n\nSHA-256 | d45b72ba3cbe274c827044256c4b4168a57d0681e2452019badcd0d14e196de2\n\nDownload\n# Simple Food Ordering System - Authenticated Reflected Cross Site Scripting\n\n### Date: \n&amp;gt; 17 February 2023\n\n### CVE Assigned:\n**[CVE-2023-0902](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0902)** [mitre.org](https://www.cve.org/CVERecord?id=CVE-2023-0902) [nvd.nist.org](https://nvd.nist.gov/vuln/detail/CVE-2023-0902)\n\n### Author Email: \n&amp;gt; navaidnasari@hotmail.co.uk\n\n### Vendor Homepage:\n&amp;gt; https://www.sourcecodester.com\n\n### Software Link:\n&amp;gt; [Simple Food Ordering System](https://www.sourcecodester.com/php/15418/simple-food-ordering-system-client-side-phpmysqli-free-source-code.html)\n\n### Version:\n&amp;gt; v 1.0\n\n### What is Reflected Cross-Site Scripting:\n&amp;gt; Reflected cross-site scripting (XSS) is a type of web vulnerability that occurs when a web application fails to properly sanitize user input, allowing an attacker to inject malicious code into the application's response to a user's request. When the user's browser receives the response, the malicious code is executed, potentially allowing the attacker to steal sensitive information or take control of the user's account.\n\n### Affected Page: \n&amp;gt; Vulnerable Page: process_order.php\n\n&amp;gt; In this page order parameter is vulnerable to Reflected Cross Site Scripting Attack\n\n### Description:\n&amp;gt; The Reflected XSS found in order parameter of process_order.php page. Authenticated Reflected Cross-Site Scripting (XSS) is a serious vulnerability that can have a significant impact on the security of a web application and its users. The risk of Authenticated Reflected XSS is similar to that of Reflected XSS, but with the added danger that the attacker must first gain access to a valid user account in order to exploit the vulnerability. The main risk associated with Authenticated Reflected XSS is that it can allow an attacker to steal sensitive information or take control of a user's account on a web application. This can include login credentials, financial information, personal information, and more. Once an attacker gains access to a user's account, they can perform any actions that the user is authorized to do. In addition, Authenticated Reflected XSS can also be used as a stepping stone to launch more advanced attacks, such as phishing attacks, malware distribution, or distributed denial-of-service attacks. By gaining control of a user's account on a web application, an attacker can use that account as a launching point for further attacks against the user or the web application itself.\n\n### Proof of Concept:\n&amp;gt; Initially, I tried to verify the XSS attack, I used standard XSS payload and the Below Image confirmed that, the parameter is vulnerable to reflected XSS.\n\n&amp;gt; Payload: process_order.php?order=\n\n&amp;gt;  ![image](https://user-images.githubusercontent.com/123810418/219717379-d085a7ec-29d4-4d2c-ba19-69e5011891e8.png)\n\n### Recommendation: \n&amp;gt; Whoever uses this CMS, should update line no 41 of process_order.php with the following code to avoid cross-site scripting attack:\n```\nOld Code: ", "creation_timestamp": "2026-09-05T01:00:15.849344Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/95e67556-31e9-48f0-a128-0bf0d9ed26f3/export"/>
    <published>2026-09-05T01:00:15.849344+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/5d02d9b1-cba7-40c3-938f-ef811708a217/export</id>
    <title>5d02d9b1-cba7-40c3-938f-ef811708a217</title>
    <updated>2026-09-17T08:48:58.178065+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "5d02d9b1-cba7-40c3-938f-ef811708a217", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0902", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/91843", "content": "Exploit Collector\nSimple Food Ordering System 1.0 Cross Site Scripting\n\nhttps://4.bp.blogspot.com/-gp6vAY2GXMM/WWlvG3cWkQI/AAAAAAAAILY/aMDesAGFEocqJU-7SaIaO870_Bbf2ZUHACLcBGAs/s1600/h139.png \nSimple Food Ordering System version 1.0 suffers from a cross site scripting vulnerability.\n\nSHA-256 | d45b72ba3cbe274c827044256c4b4168a57d0681e2452019badcd0d14e196de2\n\nDownload\n# Simple Food Ordering System - Authenticated Reflected Cross Site Scripting\n\n### Date: \n&amp;gt; 17 February 2023\n\n### CVE Assigned:\n**[CVE-2023-0902](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0902)** [mitre.org](https://www.cve.org/CVERecord?id=CVE-2023-0902) [nvd.nist.org](https://nvd.nist.gov/vuln/detail/CVE-2023-0902)\n\n### Author Email: \n&amp;gt; navaidnasari@hotmail.co.uk\n\n### Vendor Homepage:\n&amp;gt; https://www.sourcecodester.com\n\n### Software Link:\n&amp;gt; [Simple Food Ordering System](https://www.sourcecodester.com/php/15418/simple-food-ordering-system-client-side-phpmysqli-free-source-code.html)\n\n### Version:\n&amp;gt; v 1.0\n\n### What is Reflected Cross-Site Scripting:\n&amp;gt; Reflected cross-site scripting (XSS) is a type of web vulnerability that occurs when a web application fails to properly sanitize user input, allowing an attacker to inject malicious code into the application's response to a user's request. When the user's browser receives the response, the malicious code is executed, potentially allowing the attacker to steal sensitive information or take control of the user's account.\n\n### Affected Page: \n&amp;gt; Vulnerable Page: process_order.php\n\n&amp;gt; In this page order parameter is vulnerable to Reflected Cross Site Scripting Attack\n\n### Description:\n&amp;gt; The Reflected XSS found in order parameter of process_order.php page. Authenticated Reflected Cross-Site Scripting (XSS) is a serious vulnerability that can have a significant impact on the security of a web application and its users. The risk of Authenticated Reflected XSS is similar to that of Reflected XSS, but with the added danger that the attacker must first gain access to a valid user account in order to exploit the vulnerability. The main risk associated with Authenticated Reflected XSS is that it can allow an attacker to steal sensitive information or take control of a user's account on a web application. This can include login credentials, financial information, personal information, and more. Once an attacker gains access to a user's account, they can perform any actions that the user is authorized to do. In addition, Authenticated Reflected XSS can also be used as a stepping stone to launch more advanced attacks, such as phishing attacks, malware distribution, or distributed denial-of-service attacks. By gaining control of a user's account on a web application, an attacker can use that account as a launching point for further attacks against the user or the web application itself.\n\n### Proof of Concept:\n&amp;gt; Initially, I tried to verify the XSS attack, I used standard XSS payload and the Below Image confirmed that, the parameter is vulnerable to reflected XSS.\n\n&amp;gt; Payload: process_order.php?order=\n\n&amp;gt;  ![image](https://user-images.githubusercontent.com/123810418/219717379-d085a7ec-29d4-4d2c-ba19-69e5011891e8.png)\n\n### Recommendation: \n&amp;gt; Whoever uses this CMS, should update line no 41 of process_order.php with the following code to avoid cross-site scripting attack:\n```\nOld Code: ", "creation_timestamp": "2026-09-04T21:00:04.975782Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/5d02d9b1-cba7-40c3-938f-ef811708a217/export"/>
    <published>2026-09-04T21:00:04.975782+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/cf9ac63a-a67a-4c20-bf73-1f7e06059d9f/export</id>
    <title>cf9ac63a-a67a-4c20-bf73-1f7e06059d9f</title>
    <updated>2026-09-17T08:48:58.178245+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "cf9ac63a-a67a-4c20-bf73-1f7e06059d9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0902", "type": "seen", "source": "https://t.me/hacking_Attack/91843", "content": "Exploit Collector\nSimple Food Ordering System 1.0 Cross Site Scripting\n\nhttps://4.bp.blogspot.com/-gp6vAY2GXMM/WWlvG3cWkQI/AAAAAAAAILY/aMDesAGFEocqJU-7SaIaO870_Bbf2ZUHACLcBGAs/s1600/h139.png \nSimple Food Ordering System version 1.0 suffers from a cross site scripting vulnerability.\n\nSHA-256 | d45b72ba3cbe274c827044256c4b4168a57d0681e2452019badcd0d14e196de2\n\nDownload\n# Simple Food Ordering System - Authenticated Reflected Cross Site Scripting\n\n### Date: \n&amp;gt; 17 February 2023\n\n### CVE Assigned:\n**[CVE-2023-0902](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0902)** [mitre.org](https://www.cve.org/CVERecord?id=CVE-2023-0902) [nvd.nist.org](https://nvd.nist.gov/vuln/detail/CVE-2023-0902)\n\n### Author Email: \n&amp;gt; navaidnasari@hotmail.co.uk\n\n### Vendor Homepage:\n&amp;gt; https://www.sourcecodester.com\n\n### Software Link:\n&amp;gt; [Simple Food Ordering System](https://www.sourcecodester.com/php/15418/simple-food-ordering-system-client-side-phpmysqli-free-source-code.html)\n\n### Version:\n&amp;gt; v 1.0\n\n### What is Reflected Cross-Site Scripting:\n&amp;gt; Reflected cross-site scripting (XSS) is a type of web vulnerability that occurs when a web application fails to properly sanitize user input, allowing an attacker to inject malicious code into the application's response to a user's request. When the user's browser receives the response, the malicious code is executed, potentially allowing the attacker to steal sensitive information or take control of the user's account.\n\n### Affected Page: \n&amp;gt; Vulnerable Page: process_order.php\n\n&amp;gt; In this page order parameter is vulnerable to Reflected Cross Site Scripting Attack\n\n### Description:\n&amp;gt; The Reflected XSS found in order parameter of process_order.php page. Authenticated Reflected Cross-Site Scripting (XSS) is a serious vulnerability that can have a significant impact on the security of a web application and its users. The risk of Authenticated Reflected XSS is similar to that of Reflected XSS, but with the added danger that the attacker must first gain access to a valid user account in order to exploit the vulnerability. The main risk associated with Authenticated Reflected XSS is that it can allow an attacker to steal sensitive information or take control of a user's account on a web application. This can include login credentials, financial information, personal information, and more. Once an attacker gains access to a user's account, they can perform any actions that the user is authorized to do. In addition, Authenticated Reflected XSS can also be used as a stepping stone to launch more advanced attacks, such as phishing attacks, malware distribution, or distributed denial-of-service attacks. By gaining control of a user's account on a web application, an attacker can use that account as a launching point for further attacks against the user or the web application itself.\n\n### Proof of Concept:\n&amp;gt; Initially, I tried to verify the XSS attack, I used standard XSS payload and the Below Image confirmed that, the parameter is vulnerable to reflected XSS.\n\n&amp;gt; Payload: process_order.php?order=\n\n&amp;gt;  ![image](https://user-images.githubusercontent.com/123810418/219717379-d085a7ec-29d4-4d2c-ba19-69e5011891e8.png)\n\n### Recommendation: \n&amp;gt; Whoever uses this CMS, should update line no 41 of process_order.php with the following code to avoid cross-site scripting attack:\n```\nOld Code: ", "creation_timestamp": "2026-09-02T01:01:24.101682Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/cf9ac63a-a67a-4c20-bf73-1f7e06059d9f/export"/>
    <published>2026-09-02T01:01:24.101682+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/97cb8c12-b03e-4a14-af27-8e5a1c3fccdd/export</id>
    <title>97cb8c12-b03e-4a14-af27-8e5a1c3fccdd</title>
    <updated>2026-09-17T08:48:58.178383+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "97cb8c12-b03e-4a14-af27-8e5a1c3fccdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0902", "type": "seen", "source": "https://t.me/hacking_Attack/91843", "content": "Exploit Collector\nSimple Food Ordering System 1.0 Cross Site Scripting\n\nhttps://4.bp.blogspot.com/-gp6vAY2GXMM/WWlvG3cWkQI/AAAAAAAAILY/aMDesAGFEocqJU-7SaIaO870_Bbf2ZUHACLcBGAs/s1600/h139.png \nSimple Food Ordering System version 1.0 suffers from a cross site scripting vulnerability.\n\nSHA-256 | d45b72ba3cbe274c827044256c4b4168a57d0681e2452019badcd0d14e196de2\n\nDownload\n# Simple Food Ordering System - Authenticated Reflected Cross Site Scripting\n\n### Date: \n&amp;gt; 17 February 2023\n\n### CVE Assigned:\n**[CVE-2023-0902](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0902)** [mitre.org](https://www.cve.org/CVERecord?id=CVE-2023-0902) [nvd.nist.org](https://nvd.nist.gov/vuln/detail/CVE-2023-0902)\n\n### Author Email: \n&amp;gt; navaidnasari@hotmail.co.uk\n\n### Vendor Homepage:\n&amp;gt; https://www.sourcecodester.com\n\n### Software Link:\n&amp;gt; [Simple Food Ordering System](https://www.sourcecodester.com/php/15418/simple-food-ordering-system-client-side-phpmysqli-free-source-code.html)\n\n### Version:\n&amp;gt; v 1.0\n\n### What is Reflected Cross-Site Scripting:\n&amp;gt; Reflected cross-site scripting (XSS) is a type of web vulnerability that occurs when a web application fails to properly sanitize user input, allowing an attacker to inject malicious code into the application's response to a user's request. When the user's browser receives the response, the malicious code is executed, potentially allowing the attacker to steal sensitive information or take control of the user's account.\n\n### Affected Page: \n&amp;gt; Vulnerable Page: process_order.php\n\n&amp;gt; In this page order parameter is vulnerable to Reflected Cross Site Scripting Attack\n\n### Description:\n&amp;gt; The Reflected XSS found in order parameter of process_order.php page. Authenticated Reflected Cross-Site Scripting (XSS) is a serious vulnerability that can have a significant impact on the security of a web application and its users. The risk of Authenticated Reflected XSS is similar to that of Reflected XSS, but with the added danger that the attacker must first gain access to a valid user account in order to exploit the vulnerability. The main risk associated with Authenticated Reflected XSS is that it can allow an attacker to steal sensitive information or take control of a user's account on a web application. This can include login credentials, financial information, personal information, and more. Once an attacker gains access to a user's account, they can perform any actions that the user is authorized to do. In addition, Authenticated Reflected XSS can also be used as a stepping stone to launch more advanced attacks, such as phishing attacks, malware distribution, or distributed denial-of-service attacks. By gaining control of a user's account on a web application, an attacker can use that account as a launching point for further attacks against the user or the web application itself.\n\n### Proof of Concept:\n&amp;gt; Initially, I tried to verify the XSS attack, I used standard XSS payload and the Below Image confirmed that, the parameter is vulnerable to reflected XSS.\n\n&amp;gt; Payload: process_order.php?order=\n\n&amp;gt;  ![image](https://user-images.githubusercontent.com/123810418/219717379-d085a7ec-29d4-4d2c-ba19-69e5011891e8.png)\n\n### Recommendation: \n&amp;gt; Whoever uses this CMS, should update line no 41 of process_order.php with the following code to avoid cross-site scripting attack:\n```\nOld Code: ", "creation_timestamp": "2026-09-01T20:01:04.216063Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/97cb8c12-b03e-4a14-af27-8e5a1c3fccdd/export"/>
    <published>2026-09-01T20:01:04.216063+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/f522f2ce-1881-4990-a265-e7e9ba39b324/export</id>
    <title>f522f2ce-1881-4990-a265-e7e9ba39b324</title>
    <updated>2026-09-17T08:48:58.178561+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "f522f2ce-1881-4990-a265-e7e9ba39b324", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0918", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7920", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-0918\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: A vulnerability has been found in codeprojects Pharmacy Management System 1.0 and classified as critical. This vulnerability affects unknown code of the file add.php of the component Avatar Image Handler. The manipulation leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. VDB-221494 is the identifier assigned to this vulnerability.\n\ud83d\udccf Published: 2023-02-19T08:19:27.685Z\n\ud83d\udccf Modified: 2025-03-18T15:41:46.796Z\n\ud83d\udd17 References:\n1. https://vuldb.com/?id.221494\n2. https://vuldb.com/?ctiid.221494\n3. https://blog.0xgabe.com/?p=71", "creation_timestamp": "2025-03-18T15:49:57.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/f522f2ce-1881-4990-a265-e7e9ba39b324/export"/>
    <published>2025-03-18T15:49:57+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/10681a04-955e-44be-b222-649654134326/export</id>
    <title>10681a04-955e-44be-b222-649654134326</title>
    <updated>2026-09-17T08:48:58.178687+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "10681a04-955e-44be-b222-649654134326", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0978", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5756", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-0978\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: \nA command injection vulnerability in Trellix Intelligent Sandbox CLI for version 5.2 and earlier, allows a local user to inject and execute arbitrary operating system commands using specially crafted strings. This vulnerability is due to insufficient validation of arguments that are passed to specific CLI command. The vulnerability allows the attack\n\n\n\ud83d\udccf Published: 2023-03-13T13:29:32.271Z\n\ud83d\udccf Modified: 2025-02-27T19:15:59.531Z\n\ud83d\udd17 References:\n1. https://kcm.trellix.com/corporate/index?page=content&amp;amp;id=SB10397", "creation_timestamp": "2025-02-27T19:25:55.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/10681a04-955e-44be-b222-649654134326/export"/>
    <published>2025-02-27T19:25:55+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/be5f48e1-220b-4eac-8533-4a7e664a5d24/export</id>
    <title>be5f48e1-220b-4eac-8533-4a7e664a5d24</title>
    <updated>2026-09-17T08:48:58.178801+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "be5f48e1-220b-4eac-8533-4a7e664a5d24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0940", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5582", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-0940\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The ProfileGrid WordPress plugin before 5.3.1 provides an AJAX endpoint for resetting a user password but does not implement proper authorization. This allows a user with low privileges, such as subscriber, to change the password of any account, including Administrator ones.\n\ud83d\udccf Published: 2023-03-20T15:52:16.823Z\n\ud83d\udccf Modified: 2025-02-26T19:05:40.403Z\n\ud83d\udd17 References:\n1. https://wpscan.com/vulnerability/56744f72-2d48-4f42-8195-24b4dd951bb5", "creation_timestamp": "2025-02-26T19:24:11.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/be5f48e1-220b-4eac-8533-4a7e664a5d24/export"/>
    <published>2025-02-26T19:24:11+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/39c44629-022b-44f3-84d7-c9d790501e23/export</id>
    <title>39c44629-022b-44f3-84d7-c9d790501e23</title>
    <updated>2026-09-17T08:48:58.178909+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "39c44629-022b-44f3-84d7-c9d790501e23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0937", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5386", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-0937\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The VK All in One Expansion Unit WordPress plugin before 9.87.1.0 does not escape the $_SERVER['REQUEST_URI'] parameter before outputting it back in an attribute, which could lead to Reflected Cross-Site Scripting in old web browsers\n\ud83d\udccf Published: 2023-03-20T15:52:18.503Z\n\ud83d\udccf Modified: 2025-02-25T21:17:38.359Z\n\ud83d\udd17 References:\n1. https://wpscan.com/vulnerability/5110ff02-c721-43eb-b13e-50aca25e1162", "creation_timestamp": "2025-02-25T21:27:47.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/39c44629-022b-44f3-84d7-c9d790501e23/export"/>
    <published>2025-02-25T21:27:47+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/c0604ac6-1563-4c70-8a51-3daf848a92a5/export</id>
    <title>c0604ac6-1563-4c70-8a51-3daf848a92a5</title>
    <updated>2026-09-17T08:48:58.179013+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "c0604ac6-1563-4c70-8a51-3daf848a92a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0967", "type": "seen", "source": "Telegram/2-YU90Wv5YWshlruW1kNzRO2RablTkmy7UBF5dCX03CHAuP2", "content": "", "creation_timestamp": "2025-02-14T10:09:23.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/c0604ac6-1563-4c70-8a51-3daf848a92a5/export"/>
    <published>2025-02-14T10:09:23+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/deb76480-67f7-4706-9863-e6f268ea5da5/export</id>
    <title>deb76480-67f7-4706-9863-e6f268ea5da5</title>
    <updated>2026-09-17T08:48:58.179110+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "deb76480-67f7-4706-9863-e6f268ea5da5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-0944", "type": "seen", "source": "Telegram/nlkqkBLwRbGhOW97RbK4xP-pvnoUE6zKsiWANVMMFYGGsvtg", "content": "", "creation_timestamp": "2025-02-14T10:09:22.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/deb76480-67f7-4706-9863-e6f268ea5da5/export"/>
    <published>2025-02-14T10:09:22+00:00</published>
  </entry>
</feed>
