<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://db.gcve.eu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Wed, 20 May 2026 09:16:40 +0000</lastBuildDate>
    <item>
      <title>90c4f038-33cc-48c8-b14d-44fd5d6629b5</title>
      <link>https://db.gcve.eu/sighting/90c4f038-33cc-48c8-b14d-44fd5d6629b5/export</link>
      <description>{"uuid": "90c4f038-33cc-48c8-b14d-44fd5d6629b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24888", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3li3jytkcd72v", "content": "", "creation_timestamp": "2025-02-13T20:34:57.784524Z"}</description>
      <content:encoded>{"uuid": "90c4f038-33cc-48c8-b14d-44fd5d6629b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24888", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3li3jytkcd72v", "content": "", "creation_timestamp": "2025-02-13T20:34:57.784524Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/90c4f038-33cc-48c8-b14d-44fd5d6629b5/export</guid>
      <pubDate>Thu, 13 Feb 2025 20:34:57 +0000</pubDate>
    </item>
    <item>
      <title>9ddd2055-e2c2-48fe-99ab-a268fe78248b</title>
      <link>https://db.gcve.eu/sighting/9ddd2055-e2c2-48fe-99ab-a268fe78248b/export</link>
      <description>{"uuid": "9ddd2055-e2c2-48fe-99ab-a268fe78248b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24889", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3li3jyuat3o2a", "content": "", "creation_timestamp": "2025-02-13T20:35:01.860603Z"}</description>
      <content:encoded>{"uuid": "9ddd2055-e2c2-48fe-99ab-a268fe78248b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24889", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3li3jyuat3o2a", "content": "", "creation_timestamp": "2025-02-13T20:35:01.860603Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/9ddd2055-e2c2-48fe-99ab-a268fe78248b/export</guid>
      <pubDate>Thu, 13 Feb 2025 20:35:01 +0000</pubDate>
    </item>
    <item>
      <title>8575c9bd-2fe8-4ca2-88ea-00bc2f092ab6</title>
      <link>https://db.gcve.eu/sighting/8575c9bd-2fe8-4ca2-88ea-00bc2f092ab6/export</link>
      <description>{"uuid": "8575c9bd-2fe8-4ca2-88ea-00bc2f092ab6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24888", "type": "seen", "source": "https://t.me/cvedetector/18043", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-24888 - SecureDrop Client Remote Code Execution Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-24888 \nPublished : Feb. 13, 2025, 6:18 p.m. | 1\u00a0hour, 24\u00a0minutes ago \nDescription : The SecureDrop Client is a desktop application for journalists to communicate with sources and work with submissions on the SecureDrop Workstation. Prior to version 0.14.1, a malicious SecureDrop Server could obtain code execution on the SecureDrop Client virtual machine (`sd-app`). SecureDrop Server itself has multiple layers of built-in hardening, and is a dedicated physical machine exposed on the internet only via Tor hidden services for the Source and Journalist interfaces, and optionally via remote SSH access over another Tor hidden service. A newsroom's SecureDrop Workstation communicates only with its own dedicated SecureDrop Server.  \n  \nThe SecureDrop Client runs in a dedicated Qubes virtual machine, named `sd-app`, as part of the SecureDrop Workstation. The private OpenPGP key used to decrypt submissions and replies is stored in a separate virtual machine and never accessed directly. The vulnerability lies in the code responsible for downloading replies. The filename of the reply is obtained from the `Content-Disposition` HTTP header and used to write the encrypted reply on disk. Note that filenames are generated and sanitized server-side, and files are downloaded in an encrypted format, so a remote attacker who has not achieved server compromise, such as one posing as a source, could not craft the HTTP response necessary for this attack.  \n  \nWhile the filename is later checked to guard against path traversal before being moved into the Client\u2019s data storage directory, the file has already been written to a potentially arbitrary location. In this case, `safe_move()` would detect the path traversal and fail, leaving the original downloaded file in the attacker-chosen directory. Code execution can be gained by writing an autostart file in `/home/user/.config/autostart/`.  \n  \nVersion 0.14.1 fixes the issue. As of time of publication, there is no known evidence of exploitation in the wild. This attack requires a previously compromised SecureDrop Server. \nSeverity: 8.1 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"13 Feb 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-02-13T21:21:22.000000Z"}</description>
      <content:encoded>{"uuid": "8575c9bd-2fe8-4ca2-88ea-00bc2f092ab6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24888", "type": "seen", "source": "https://t.me/cvedetector/18043", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-24888 - SecureDrop Client Remote Code Execution Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-24888 \nPublished : Feb. 13, 2025, 6:18 p.m. | 1\u00a0hour, 24\u00a0minutes ago \nDescription : The SecureDrop Client is a desktop application for journalists to communicate with sources and work with submissions on the SecureDrop Workstation. Prior to version 0.14.1, a malicious SecureDrop Server could obtain code execution on the SecureDrop Client virtual machine (`sd-app`). SecureDrop Server itself has multiple layers of built-in hardening, and is a dedicated physical machine exposed on the internet only via Tor hidden services for the Source and Journalist interfaces, and optionally via remote SSH access over another Tor hidden service. A newsroom's SecureDrop Workstation communicates only with its own dedicated SecureDrop Server.  \n  \nThe SecureDrop Client runs in a dedicated Qubes virtual machine, named `sd-app`, as part of the SecureDrop Workstation. The private OpenPGP key used to decrypt submissions and replies is stored in a separate virtual machine and never accessed directly. The vulnerability lies in the code responsible for downloading replies. The filename of the reply is obtained from the `Content-Disposition` HTTP header and used to write the encrypted reply on disk. Note that filenames are generated and sanitized server-side, and files are downloaded in an encrypted format, so a remote attacker who has not achieved server compromise, such as one posing as a source, could not craft the HTTP response necessary for this attack.  \n  \nWhile the filename is later checked to guard against path traversal before being moved into the Client\u2019s data storage directory, the file has already been written to a potentially arbitrary location. In this case, `safe_move()` would detect the path traversal and fail, leaving the original downloaded file in the attacker-chosen directory. Code execution can be gained by writing an autostart file in `/home/user/.config/autostart/`.  \n  \nVersion 0.14.1 fixes the issue. As of time of publication, there is no known evidence of exploitation in the wild. This attack requires a previously compromised SecureDrop Server. \nSeverity: 8.1 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"13 Feb 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-02-13T21:21:22.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/8575c9bd-2fe8-4ca2-88ea-00bc2f092ab6/export</guid>
      <pubDate>Thu, 13 Feb 2025 21:21:22 +0000</pubDate>
    </item>
    <item>
      <title>48023b8e-923e-451c-855f-20542b6e7219</title>
      <link>https://db.gcve.eu/sighting/48023b8e-923e-451c-855f-20542b6e7219/export</link>
      <description>{"uuid": "48023b8e-923e-451c-855f-20542b6e7219", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24889", "type": "seen", "source": "https://t.me/cvedetector/18044", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-24889 - SecureDrop Qubes Path Traversal Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-24889 \nPublished : Feb. 13, 2025, 6:18 p.m. | 1\u00a0hour, 24\u00a0minutes ago \nDescription : The SecureDrop Client is a desktop application for journalists to communicate with sources and work with submissions on the SecureDrop Workstation. Prior to versions 0.14.1 and 1.0.1, an attacker who has already gained code execution in a virtual machine on the SecureDrop Workstation could gain code execution in the `sd-log` virtual machine by sending a specially crafted log entry. The vulnerability is not exploitable remotely and requires an attacker to already have code execution on one of the other virtual machines (VMs) of the system. Due to the Workstation's underlying usage of Qubes for strong isolation, the vulnerability would have allowed lateral movement between any log-enabled VM and the `sd-log` VM, but no further. The SecureDrop workstation collects logs centrally in an isolated virtual machine named `sd-log` for easy export for support and debugging purposes. The `sd-log`  VM is completely isolated from the internet and ingests logs via a narrow Qubes RPC policy that allows for specific inter-VM communication via the Xen vchan protocol used by Qubes's qrexec mechanism. A path traversal bug was found in the logic used to choose where to write the log file for a specific VM: the VM name, used unsanitized in the destination path in `sd-log`, is supplied by the logging VM itself instead of being read from a trusted source, such as the Qubes environment variable `QREXEC_REMOTE_DOMAIN` that is used in the fixed implementation. An attacker could provide an arbitrary source VM name, possibly overwriting logs of other VMs, or writing a file named `syslog.log`, with attacker-controlled content, in arbitrary directories as a low-privileged user. A successful attack could potentially overwrite or add configuration to software that loads configuration files from a directory. This is exploitable to achieve code execution by setting the target directory to `/home/user/.config/autostart/` and letting it write `syslog.log`, because XFCE treats any file in that directory as a `.desktop` file regardless of its extension. Versions 0.14.1 and 1.0.1 contain a patch for this issue. \nSeverity: 4.5 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"13 Feb 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-02-13T21:21:23.000000Z"}</description>
      <content:encoded>{"uuid": "48023b8e-923e-451c-855f-20542b6e7219", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24889", "type": "seen", "source": "https://t.me/cvedetector/18044", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-24889 - SecureDrop Qubes Path Traversal Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-24889 \nPublished : Feb. 13, 2025, 6:18 p.m. | 1\u00a0hour, 24\u00a0minutes ago \nDescription : The SecureDrop Client is a desktop application for journalists to communicate with sources and work with submissions on the SecureDrop Workstation. Prior to versions 0.14.1 and 1.0.1, an attacker who has already gained code execution in a virtual machine on the SecureDrop Workstation could gain code execution in the `sd-log` virtual machine by sending a specially crafted log entry. The vulnerability is not exploitable remotely and requires an attacker to already have code execution on one of the other virtual machines (VMs) of the system. Due to the Workstation's underlying usage of Qubes for strong isolation, the vulnerability would have allowed lateral movement between any log-enabled VM and the `sd-log` VM, but no further. The SecureDrop workstation collects logs centrally in an isolated virtual machine named `sd-log` for easy export for support and debugging purposes. The `sd-log`  VM is completely isolated from the internet and ingests logs via a narrow Qubes RPC policy that allows for specific inter-VM communication via the Xen vchan protocol used by Qubes's qrexec mechanism. A path traversal bug was found in the logic used to choose where to write the log file for a specific VM: the VM name, used unsanitized in the destination path in `sd-log`, is supplied by the logging VM itself instead of being read from a trusted source, such as the Qubes environment variable `QREXEC_REMOTE_DOMAIN` that is used in the fixed implementation. An attacker could provide an arbitrary source VM name, possibly overwriting logs of other VMs, or writing a file named `syslog.log`, with attacker-controlled content, in arbitrary directories as a low-privileged user. A successful attack could potentially overwrite or add configuration to software that loads configuration files from a directory. This is exploitable to achieve code execution by setting the target directory to `/home/user/.config/autostart/` and letting it write `syslog.log`, because XFCE treats any file in that directory as a `.desktop` file regardless of its extension. Versions 0.14.1 and 1.0.1 contain a patch for this issue. \nSeverity: 4.5 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"13 Feb 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-02-13T21:21:23.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/48023b8e-923e-451c-855f-20542b6e7219/export</guid>
      <pubDate>Thu, 13 Feb 2025 21:21:23 +0000</pubDate>
    </item>
    <item>
      <title>42f877cb-3e77-4b20-90e8-e044edc50def</title>
      <link>https://db.gcve.eu/sighting/42f877cb-3e77-4b20-90e8-e044edc50def/export</link>
      <description>{"uuid": "42f877cb-3e77-4b20-90e8-e044edc50def", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24887", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14125", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24887\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: OpenCTI is an open-source cyber threat intelligence platform. In versions starting from 6.4.8 to before 6.4.10, the allow/deny lists can be bypassed, allowing a user to change attributes that are intended to be unmodifiable by the user. It is possible to toggle the `external` flag on/off and change the own token value for a user. It is also possible to edit attributes that are not in the allow list, such as `otp_qr` and `otp_activated`. If external users exist in the OpenCTI setup and the information about these users identities is sensitive, the above vulnerabilities can be used to enumerate existing user accounts as a standard low privileged user. This issue has been patched in version 6.4.10.\n\ud83d\udccf Published: 2025-04-30T18:27:24.530Z\n\ud83d\udccf Modified: 2025-04-30T19:06:07.538Z\n\ud83d\udd17 References:\n1. https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-8262-pw2q-5qc3", "creation_timestamp": "2025-04-30T19:13:32.000000Z"}</description>
      <content:encoded>{"uuid": "42f877cb-3e77-4b20-90e8-e044edc50def", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24887", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14125", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24887\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: OpenCTI is an open-source cyber threat intelligence platform. In versions starting from 6.4.8 to before 6.4.10, the allow/deny lists can be bypassed, allowing a user to change attributes that are intended to be unmodifiable by the user. It is possible to toggle the `external` flag on/off and change the own token value for a user. It is also possible to edit attributes that are not in the allow list, such as `otp_qr` and `otp_activated`. If external users exist in the OpenCTI setup and the information about these users identities is sensitive, the above vulnerabilities can be used to enumerate existing user accounts as a standard low privileged user. This issue has been patched in version 6.4.10.\n\ud83d\udccf Published: 2025-04-30T18:27:24.530Z\n\ud83d\udccf Modified: 2025-04-30T19:06:07.538Z\n\ud83d\udd17 References:\n1. https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-8262-pw2q-5qc3", "creation_timestamp": "2025-04-30T19:13:32.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/42f877cb-3e77-4b20-90e8-e044edc50def/export</guid>
      <pubDate>Wed, 30 Apr 2025 19:13:32 +0000</pubDate>
    </item>
    <item>
      <title>df93cca1-8b29-440d-bf85-2bb98678ced9</title>
      <link>https://db.gcve.eu/sighting/df93cca1-8b29-440d-bf85-2bb98678ced9/export</link>
      <description>{"uuid": "df93cca1-8b29-440d-bf85-2bb98678ced9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24887", "type": "seen", "source": "https://t.me/cvedetector/24132", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-24887 - OpenCTI Allow/Deny List Bypass Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-24887 \nPublished : April 30, 2025, 7:15 p.m. | 37\u00a0minutes ago \nDescription : OpenCTI is an open-source cyber threat intelligence platform. In versions starting from 6.4.8 to before 6.4.10, the allow/deny lists can be bypassed, allowing a user to change attributes that are intended to be unmodifiable by the user. It is possible to toggle the `external` flag on/off and change the own token value for a user. It is also possible to edit attributes that are not in the allow list, such as `otp_qr` and `otp_activated`. If external users exist in the OpenCTI setup and the information about these users identities is sensitive, the above vulnerabilities can be used to enumerate existing user accounts as a standard low privileged user. This issue has been patched in version 6.4.10. \nSeverity: 6.3 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"30 Apr 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-04-30T22:05:58.000000Z"}</description>
      <content:encoded>{"uuid": "df93cca1-8b29-440d-bf85-2bb98678ced9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-24887", "type": "seen", "source": "https://t.me/cvedetector/24132", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-24887 - OpenCTI Allow/Deny List Bypass Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-24887 \nPublished : April 30, 2025, 7:15 p.m. | 37\u00a0minutes ago \nDescription : OpenCTI is an open-source cyber threat intelligence platform. In versions starting from 6.4.8 to before 6.4.10, the allow/deny lists can be bypassed, allowing a user to change attributes that are intended to be unmodifiable by the user. It is possible to toggle the `external` flag on/off and change the own token value for a user. It is also possible to edit attributes that are not in the allow list, such as `otp_qr` and `otp_activated`. If external users exist in the OpenCTI setup and the information about these users identities is sensitive, the above vulnerabilities can be used to enumerate existing user accounts as a standard low privileged user. This issue has been patched in version 6.4.10. \nSeverity: 6.3 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"30 Apr 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-04-30T22:05:58.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/df93cca1-8b29-440d-bf85-2bb98678ced9/export</guid>
      <pubDate>Wed, 30 Apr 2025 22:05:58 +0000</pubDate>
    </item>
    <item>
      <title>e01eaa74-380a-46fd-968f-b77d6fa27790</title>
      <link>https://db.gcve.eu/sighting/e01eaa74-380a-46fd-968f-b77d6fa27790/export</link>
      <description>{"uuid": "e01eaa74-380a-46fd-968f-b77d6fa27790", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-2488", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14472", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2488\n\ud83d\udd25 CVSS Score: 4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Profelis Informatics SambaBox allows Cross-Site Scripting (XSS).This issue affects SambaBox: before 5.1.\n\ud83d\udccf Published: 2025-05-02T11:30:10.742Z\n\ud83d\udccf Modified: 2025-05-02T11:59:27.084Z\n\ud83d\udd17 References:\n1. https://www.usom.gov.tr/bildirim/tr-25-0101\n2. https://sambabox.io/2025/04/14/version-5-1/", "creation_timestamp": "2025-05-02T12:15:28.000000Z"}</description>
      <content:encoded>{"uuid": "e01eaa74-380a-46fd-968f-b77d6fa27790", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-2488", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14472", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2488\n\ud83d\udd25 CVSS Score: 4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Profelis Informatics SambaBox allows Cross-Site Scripting (XSS).This issue affects SambaBox: before 5.1.\n\ud83d\udccf Published: 2025-05-02T11:30:10.742Z\n\ud83d\udccf Modified: 2025-05-02T11:59:27.084Z\n\ud83d\udd17 References:\n1. https://www.usom.gov.tr/bildirim/tr-25-0101\n2. https://sambabox.io/2025/04/14/version-5-1/", "creation_timestamp": "2025-05-02T12:15:28.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/e01eaa74-380a-46fd-968f-b77d6fa27790/export</guid>
      <pubDate>Fri, 02 May 2025 12:15:28 +0000</pubDate>
    </item>
    <item>
      <title>d9af1aee-476f-4ce0-b990-0eac5d99ad80</title>
      <link>https://db.gcve.eu/sighting/d9af1aee-476f-4ce0-b990-0eac5d99ad80/export</link>
      <description>{"uuid": "d9af1aee-476f-4ce0-b990-0eac5d99ad80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-2488", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3lo6qpfesuw62", "content": "", "creation_timestamp": "2025-05-02T14:38:24.162548Z"}</description>
      <content:encoded>{"uuid": "d9af1aee-476f-4ce0-b990-0eac5d99ad80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-2488", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3lo6qpfesuw62", "content": "", "creation_timestamp": "2025-05-02T14:38:24.162548Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/d9af1aee-476f-4ce0-b990-0eac5d99ad80/export</guid>
      <pubDate>Fri, 02 May 2025 14:38:24 +0000</pubDate>
    </item>
    <item>
      <title>33a8b655-9f83-4d24-ba02-ebe9b673cb60</title>
      <link>https://db.gcve.eu/sighting/33a8b655-9f83-4d24-ba02-ebe9b673cb60/export</link>
      <description>{"uuid": "33a8b655-9f83-4d24-ba02-ebe9b673cb60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-2488", "type": "seen", "source": "https://t.me/cvedetector/24343", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-2488 - Profelis Informatics SambaBox Cross-Site Scripting (XSS)\", \n  \"Content\": \"CVE ID : CVE-2025-2488 \nPublished : May 2, 2025, 12:15 p.m. | 52\u00a0minutes ago \nDescription : Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Profelis Informatics SambaBox allows Cross-Site Scripting (XSS).This issue affects SambaBox: before 5.1. \nSeverity: 4.0 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"02 May 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-05-02T15:56:38.000000Z"}</description>
      <content:encoded>{"uuid": "33a8b655-9f83-4d24-ba02-ebe9b673cb60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-2488", "type": "seen", "source": "https://t.me/cvedetector/24343", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-2488 - Profelis Informatics SambaBox Cross-Site Scripting (XSS)\", \n  \"Content\": \"CVE ID : CVE-2025-2488 \nPublished : May 2, 2025, 12:15 p.m. | 52\u00a0minutes ago \nDescription : Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Profelis Informatics SambaBox allows Cross-Site Scripting (XSS).This issue affects SambaBox: before 5.1. \nSeverity: 4.0 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"02 May 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-05-02T15:56:38.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/33a8b655-9f83-4d24-ba02-ebe9b673cb60/export</guid>
      <pubDate>Fri, 02 May 2025 15:56:38 +0000</pubDate>
    </item>
    <item>
      <title>86d7275c-b5d4-42eb-b370-7c17a05a12e1</title>
      <link>https://db.gcve.eu/sighting/86d7275c-b5d4-42eb-b370-7c17a05a12e1/export</link>
      <description>{"uuid": "86d7275c-b5d4-42eb-b370-7c17a05a12e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-2488", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3lo772nbx4d2n", "content": "", "creation_timestamp": "2025-05-02T16:00:53.235260Z"}</description>
      <content:encoded>{"uuid": "86d7275c-b5d4-42eb-b370-7c17a05a12e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-2488", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3lo772nbx4d2n", "content": "", "creation_timestamp": "2025-05-02T16:00:53.235260Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/86d7275c-b5d4-42eb-b370-7c17a05a12e1/export</guid>
      <pubDate>Fri, 02 May 2025 16:00:53 +0000</pubDate>
    </item>
  </channel>
</rss>
