<?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://vulnerability.circl.lu</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>Sun, 21 Jun 2026 07:09:13 +0000</lastBuildDate>
    <item>
      <title>b9979045-d72a-412b-bcc3-e7b4772494af</title>
      <link>https://vulnerability.circl.lu/sighting/b9979045-d72a-412b-bcc3-e7b4772494af/export</link>
      <description>{"uuid": "b9979045-d72a-412b-bcc3-e7b4772494af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45040", "type": "seen", "source": "https://t.me/cvedetector/4963", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45040 - Gnark Groth16 Commitment Zero-Knowledge Property Break\", \n  \"Content\": \"CVE ID : CVE-2024-45040 \nPublished : Sept. 6, 2024, 1:15 p.m. | 23\u00a0minutes ago \nDescription : gnark is a fast zk-SNARK library that offers a high-level API to design circuits. Prior to version 0.11.0, commitments to private witnesses in Groth16 as implemented break the zero-knowledge property. The vulnerability affects only Groth16 proofs with commitments. Notably, PLONK proofs are not affected. The vulnerability affects the zero-knowledge property of the proofs - in case the witness (secret or internal) values are small, then the attacker may be able to enumerate all possible choices to deduce the actual value. If the possible choices for the variables to be committed is large or there are many values committed, then it would be computationally infeasible to enumerate all valid choices. It doesn't affect the completeness/soundness of the proofs. The vulnerability has been fixed in version 0.11.0. The patch to fix the issue is to add additional randomized value to the list of committed value at proving time to mask the rest of the values which were committed. As a workaround, the user can manually commit to a randomized value. \nSeverity: 5.9 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"06 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-06T15:46:01.000000Z"}</description>
      <content:encoded>{"uuid": "b9979045-d72a-412b-bcc3-e7b4772494af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45040", "type": "seen", "source": "https://t.me/cvedetector/4963", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45040 - Gnark Groth16 Commitment Zero-Knowledge Property Break\", \n  \"Content\": \"CVE ID : CVE-2024-45040 \nPublished : Sept. 6, 2024, 1:15 p.m. | 23\u00a0minutes ago \nDescription : gnark is a fast zk-SNARK library that offers a high-level API to design circuits. Prior to version 0.11.0, commitments to private witnesses in Groth16 as implemented break the zero-knowledge property. The vulnerability affects only Groth16 proofs with commitments. Notably, PLONK proofs are not affected. The vulnerability affects the zero-knowledge property of the proofs - in case the witness (secret or internal) values are small, then the attacker may be able to enumerate all possible choices to deduce the actual value. If the possible choices for the variables to be committed is large or there are many values committed, then it would be computationally infeasible to enumerate all valid choices. It doesn't affect the completeness/soundness of the proofs. The vulnerability has been fixed in version 0.11.0. The patch to fix the issue is to add additional randomized value to the list of committed value at proving time to mask the rest of the values which were committed. As a workaround, the user can manually commit to a randomized value. \nSeverity: 5.9 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"06 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-06T15:46:01.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/b9979045-d72a-412b-bcc3-e7b4772494af/export</guid>
      <pubDate>Fri, 06 Sep 2024 15:46:01 +0000</pubDate>
    </item>
    <item>
      <title>17b37db8-d640-410f-aa2c-12579f11a6ac</title>
      <link>https://vulnerability.circl.lu/sighting/17b37db8-d640-410f-aa2c-12579f11a6ac/export</link>
      <description>{"uuid": "17b37db8-d640-410f-aa2c-12579f11a6ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45041", "type": "seen", "source": "https://t.me/cvedetector/5110", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45041 - Kubernetes External Secrets Operator Token AbuseSkill Exploit\", \n  \"Content\": \"CVE ID : CVE-2024-45041 \nPublished : Sept. 9, 2024, 3:15 p.m. | 37\u00a0minutes ago \nDescription : External Secrets Operator is a Kubernetes operator that integrates external secret management systems. The external-secrets has a deployment called default-external-secrets-cert-controller, which is bound with a same-name ClusterRole. This ClusterRole has \"get/list\" verbs of secrets resources. It also has path/update verb of validatingwebhookconfigurations resources.  This can be used to abuse the SA token of the deployment to retrieve or get ALL secrets in the whole cluster, capture and log all data from requests attempting to update Secrets, or make a webhook deny all Pod create and update requests. This vulnerability is fixed in 0.10.2. \nSeverity: 8.3 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"09 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-09T18:09:34.000000Z"}</description>
      <content:encoded>{"uuid": "17b37db8-d640-410f-aa2c-12579f11a6ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45041", "type": "seen", "source": "https://t.me/cvedetector/5110", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45041 - Kubernetes External Secrets Operator Token AbuseSkill Exploit\", \n  \"Content\": \"CVE ID : CVE-2024-45041 \nPublished : Sept. 9, 2024, 3:15 p.m. | 37\u00a0minutes ago \nDescription : External Secrets Operator is a Kubernetes operator that integrates external secret management systems. The external-secrets has a deployment called default-external-secrets-cert-controller, which is bound with a same-name ClusterRole. This ClusterRole has \"get/list\" verbs of secrets resources. It also has path/update verb of validatingwebhookconfigurations resources.  This can be used to abuse the SA token of the deployment to retrieve or get ALL secrets in the whole cluster, capture and log all data from requests attempting to update Secrets, or make a webhook deny all Pod create and update requests. This vulnerability is fixed in 0.10.2. \nSeverity: 8.3 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"09 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-09T18:09:34.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/17b37db8-d640-410f-aa2c-12579f11a6ac/export</guid>
      <pubDate>Mon, 09 Sep 2024 18:09:34 +0000</pubDate>
    </item>
    <item>
      <title>789c2c30-a74e-4693-9b20-2b5d7cbc89a6</title>
      <link>https://vulnerability.circl.lu/sighting/789c2c30-a74e-4693-9b20-2b5d7cbc89a6/export</link>
      <description>{"uuid": "789c2c30-a74e-4693-9b20-2b5d7cbc89a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45044", "type": "seen", "source": "https://t.me/cvedetector/5240", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45044 - Bareos Command Abbreviation Vulnerability (Authorization Bypass)\", \n  \"Content\": \"CVE ID : CVE-2024-45044 \nPublished : Sept. 10, 2024, 3:15 p.m. | 45\u00a0minutes ago \nDescription : Bareos is open source software for backup, archiving, and recovery of data for operating systems. When a command ACL is in place and a user executes a command in bconsole using an abbreviation (i.e. \"w\" for \"whoami\") the ACL check did not apply to the full form (i.e. \"whoami\") but to the abbreviated form (i.e. \"w\"). If the command ACL is configured with negative ACL that should forbid using the \"whoami\" command, you could still use \"w\" or \"who\" as a command successfully. Fixes for the problem are shipped in Bareos versions 23.0.4, 22.1.6 and 21.1.11. If only positive command ACLs are used without any negation, the problem does not occur. \nSeverity: 8.8 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"10 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-10T18:25:07.000000Z"}</description>
      <content:encoded>{"uuid": "789c2c30-a74e-4693-9b20-2b5d7cbc89a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45044", "type": "seen", "source": "https://t.me/cvedetector/5240", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45044 - Bareos Command Abbreviation Vulnerability (Authorization Bypass)\", \n  \"Content\": \"CVE ID : CVE-2024-45044 \nPublished : Sept. 10, 2024, 3:15 p.m. | 45\u00a0minutes ago \nDescription : Bareos is open source software for backup, archiving, and recovery of data for operating systems. When a command ACL is in place and a user executes a command in bconsole using an abbreviation (i.e. \"w\" for \"whoami\") the ACL check did not apply to the full form (i.e. \"whoami\") but to the abbreviated form (i.e. \"w\"). If the command ACL is configured with negative ACL that should forbid using the \"whoami\" command, you could still use \"w\" or \"who\" as a command successfully. Fixes for the problem are shipped in Bareos versions 23.0.4, 22.1.6 and 21.1.11. If only positive command ACLs are used without any negation, the problem does not occur. \nSeverity: 8.8 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"10 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-10T18:25:07.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/789c2c30-a74e-4693-9b20-2b5d7cbc89a6/export</guid>
      <pubDate>Tue, 10 Sep 2024 18:25:07 +0000</pubDate>
    </item>
    <item>
      <title>5a34bb37-7f62-4c42-9ec6-5e0941c8ddec</title>
      <link>https://vulnerability.circl.lu/sighting/5a34bb37-7f62-4c42-9ec6-5e0941c8ddec/export</link>
      <description>{"uuid": "5a34bb37-7f62-4c42-9ec6-5e0941c8ddec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-45048", "type": "published-proof-of-concept", "source": "https://github.com/kimai/kimai/security/advisories/GHSA-534c-hcr7-67jg", "content": "", "creation_timestamp": "2024-09-17T06:18:39.000000Z"}</description>
      <content:encoded>{"uuid": "5a34bb37-7f62-4c42-9ec6-5e0941c8ddec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-45048", "type": "published-proof-of-concept", "source": "https://github.com/kimai/kimai/security/advisories/GHSA-534c-hcr7-67jg", "content": "", "creation_timestamp": "2024-09-17T06:18:39.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/5a34bb37-7f62-4c42-9ec6-5e0941c8ddec/export</guid>
      <pubDate>Tue, 17 Sep 2024 06:18:39 +0000</pubDate>
    </item>
    <item>
      <title>8def03e9-963b-4766-be3f-30f605cc6a87</title>
      <link>https://vulnerability.circl.lu/sighting/8def03e9-963b-4766-be3f-30f605cc6a87/export</link>
      <description>{"uuid": "8def03e9-963b-4766-be3f-30f605cc6a87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-45043", "type": "published-proof-of-concept", "source": "https://github.com/google/security-research/security/advisories/GHSA-q9wq-xc9h-xrw9", "content": "", "creation_timestamp": "2024-10-01T12:00:17.000000Z"}</description>
      <content:encoded>{"uuid": "8def03e9-963b-4766-be3f-30f605cc6a87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-45043", "type": "published-proof-of-concept", "source": "https://github.com/google/security-research/security/advisories/GHSA-q9wq-xc9h-xrw9", "content": "", "creation_timestamp": "2024-10-01T12:00:17.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/8def03e9-963b-4766-be3f-30f605cc6a87/export</guid>
      <pubDate>Tue, 01 Oct 2024 12:00:17 +0000</pubDate>
    </item>
    <item>
      <title>69a71e2f-13fd-49f8-8db0-17b195af6c77</title>
      <link>https://vulnerability.circl.lu/sighting/69a71e2f-13fd-49f8-8db0-17b195af6c77/export</link>
      <description>{"uuid": "69a71e2f-13fd-49f8-8db0-17b195af6c77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/cb1843d2e4ad9145bc6956f3c0ebc6dd", "content": "", "creation_timestamp": "2026-01-24T21:24:30.000000Z"}</description>
      <content:encoded>{"uuid": "69a71e2f-13fd-49f8-8db0-17b195af6c77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/cb1843d2e4ad9145bc6956f3c0ebc6dd", "content": "", "creation_timestamp": "2026-01-24T21:24:30.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/69a71e2f-13fd-49f8-8db0-17b195af6c77/export</guid>
      <pubDate>Sat, 24 Jan 2026 21:24:30 +0000</pubDate>
    </item>
    <item>
      <title>3d42d322-f897-450b-895f-54725302f6da</title>
      <link>https://vulnerability.circl.lu/sighting/3d42d322-f897-450b-895f-54725302f6da/export</link>
      <description>{"uuid": "3d42d322-f897-450b-895f-54725302f6da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/dcf37c30859ea3d4a2aa8bcebb05efea", "content": "", "creation_timestamp": "2026-01-24T22:31:17.000000Z"}</description>
      <content:encoded>{"uuid": "3d42d322-f897-450b-895f-54725302f6da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/dcf37c30859ea3d4a2aa8bcebb05efea", "content": "", "creation_timestamp": "2026-01-24T22:31:17.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/3d42d322-f897-450b-895f-54725302f6da/export</guid>
      <pubDate>Sat, 24 Jan 2026 22:31:17 +0000</pubDate>
    </item>
    <item>
      <title>c74305c9-0d3c-4790-832a-be21d84bf309</title>
      <link>https://vulnerability.circl.lu/sighting/c74305c9-0d3c-4790-832a-be21d84bf309/export</link>
      <description>{"uuid": "c74305c9-0d3c-4790-832a-be21d84bf309", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/9b9b997d8032789deeb3bfeaeab9a864", "content": "", "creation_timestamp": "2026-01-24T22:31:20.000000Z"}</description>
      <content:encoded>{"uuid": "c74305c9-0d3c-4790-832a-be21d84bf309", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/9b9b997d8032789deeb3bfeaeab9a864", "content": "", "creation_timestamp": "2026-01-24T22:31:20.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/c74305c9-0d3c-4790-832a-be21d84bf309/export</guid>
      <pubDate>Sat, 24 Jan 2026 22:31:20 +0000</pubDate>
    </item>
    <item>
      <title>e59a4884-6a3a-4a35-92ca-d55eec0cb9ab</title>
      <link>https://vulnerability.circl.lu/sighting/e59a4884-6a3a-4a35-92ca-d55eec0cb9ab/export</link>
      <description>{"uuid": "e59a4884-6a3a-4a35-92ca-d55eec0cb9ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/6e354ec4eb1a9dba38411073888dc27f", "content": "", "creation_timestamp": "2026-01-24T22:31:33.000000Z"}</description>
      <content:encoded>{"uuid": "e59a4884-6a3a-4a35-92ca-d55eec0cb9ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/6e354ec4eb1a9dba38411073888dc27f", "content": "", "creation_timestamp": "2026-01-24T22:31:33.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/e59a4884-6a3a-4a35-92ca-d55eec0cb9ab/export</guid>
      <pubDate>Sat, 24 Jan 2026 22:31:33 +0000</pubDate>
    </item>
    <item>
      <title>a5e9561b-c61c-4e3f-9da1-ea80829d765b</title>
      <link>https://vulnerability.circl.lu/sighting/a5e9561b-c61c-4e3f-9da1-ea80829d765b/export</link>
      <description>{"uuid": "a5e9561b-c61c-4e3f-9da1-ea80829d765b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/ad6e3803524ade6af5df3970192eee5d", "content": "", "creation_timestamp": "2026-01-24T22:31:35.000000Z"}</description>
      <content:encoded>{"uuid": "a5e9561b-c61c-4e3f-9da1-ea80829d765b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45046", "type": "seen", "source": "https://gist.github.com/alon710/ad6e3803524ade6af5df3970192eee5d", "content": "", "creation_timestamp": "2026-01-24T22:31:35.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/a5e9561b-c61c-4e3f-9da1-ea80829d765b/export</guid>
      <pubDate>Sat, 24 Jan 2026 22:31:35 +0000</pubDate>
    </item>
  </channel>
</rss>
