<?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-08-23T08:57:40.190159+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/64997b60-84fc-4712-b54a-453662faea39/export</id>
    <title>64997b60-84fc-4712-b54a-453662faea39</title>
    <updated>2026-08-23T08:57:40.208828+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "64997b60-84fc-4712-b54a-453662faea39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-76904", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/99268", "content": "\ud83d\udea8 GitHub \u76d1\u63a7\u6d88\u606f\u63d0\u9192\n\n\ud83d\udea8 \u53d1\u73b0\u5173\u952e\u8bcd\uff1a #CVE-2026 #Exploit #RCE\n\n\ud83d\udce6 \u9879\u76ee\u540d\u79f0\uff1a CVE-2026-76904\n\ud83d\udc64 \u9879\u76ee\u4f5c\u8005\uff1a YonLiud\n\ud83d\udee0 \u5f00\u53d1\u8bed\u8a00\uff1a Python\n\u2b50 Star\u6570\u91cf\uff1a 3  |  \ud83c\udf74 Fork\u6570\u91cf\uff1a 0\n\ud83d\udcc5 \u66f4\u65b0\u65f6\u95f4\uff1a 2026-08-22 20:13:01\n\n\ud83d\udcdd \u9879\u76ee\u63cf\u8ff0\uff1a\nGeoServer Unauthenticated SQL injection to complete RCE\n\n\ud83d\udd17 \u70b9\u51fb\u8bbf\u95ee\u9879\u76ee\u5730\u5740", "creation_timestamp": "2026-08-23T02:00:05.490675Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/64997b60-84fc-4712-b54a-453662faea39/export"/>
    <published>2026-08-23T02:00:05.490675+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/ada4a6ed-46fa-4b57-8378-e13e9291110d/export</id>
    <title>ada4a6ed-46fa-4b57-8378-e13e9291110d</title>
    <updated>2026-08-23T08:57:40.211012+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "ada4a6ed-46fa-4b57-8378-e13e9291110d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-76904", "type": "seen", "source": "https://gist.github.com/alon710/5c5c31a44818bfd282b695c164d075db", "content": "# CVE-2026-76904: CVE-2026-76904: Unauthenticated SQL Injection in GeoTools PostGIS DataStore Component\n\n&amp;gt; **CVSS Score:** 9.8\n&amp;gt; **Published:** 2026-08-21\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-76904\n\n## Summary\nA critical SQL injection vulnerability exists in the GeoTools open-source Java library. This vulnerability is situated within the post-processing phase of OGC Filter conversion inside the PostGIS DataStore module. Specifically, the `jsonArrayContains` function does not validate or sanitize its arguments before constructing PostgreSQL SQL/JSON path evaluation queries. An unauthenticated remote attacker can exploit this weakness by submitting crafted filters via standard OGC services like WFS or WMS to execute arbitrary SQL commands on the underlying database system.\n\n## TL;DR\nAn unauthenticated SQL injection vulnerability in the GeoTools `jsonArrayContains` OGC filter function allows remote attackers to execute arbitrary database commands and potentially achieve remote code execution by exploiting unsanitized input parsing in PostGIS database queries.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-89\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1**: 9.8 (Critical)\n- **Exploit Status**: PoC (Proof of Concept)\n- **Impact**: Unauthenticated SQL Injection &amp;amp; potential Remote Code Execution\n- **Component**: gt-jdbc-postgis (PostGIS DataStore)\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- GeoTools geospatial library\n- GeoServer installations leveraging PostGIS data stores\n- Java-based spatial middleware utilizing gt-jdbc-postgis modules\n- **GeoTools**: &amp;gt;= 30.5, &amp;lt; 33.6 (Fixed in: `33.6`)\n- **GeoTools**: &amp;gt;= 34.0, &amp;lt; 34.5 (Fixed in: `34.5`)\n- **GeoTools**: 35.0 (Fixed in: `35.1`)\n\n## Mitigation\n\n- Upgrade GeoTools dependencies to versions 33.6, 34.5, or 35.1 immediately.\n- Apply the Principle of Least Privilege to database connection configurations, ensuring the application cannot perform administrative tasks or write to the filesystem.\n- Configure Web Application Firewalls (WAF) to detect and block malicious JSON path patterns or SQL injection payloads in WFS and WMS query strings.\n\n**Remediation Steps:**\n1. Identify all projects and middleware applications utilizing the GeoTools library (such as GeoServer).\n2. Open the build configuration file (e.g., pom.xml or build.gradle) and locate the geotools dependency definitions.\n3. Update the `geotools.version` or specific `gt-jdbc-postgis` artifact versions to 33.6, 34.5, or 35.1.\n4. Rebuild the application, ensuring that transitive dependencies of downstream packages resolve to the patched version.\n5. Execute the test suites and verify that query capabilities function properly without breaking spatial operations.\n6. Redeploy the application to staging and production environments.\n\n## References\n\n- [GitHub Security Advisory GHSA-mqjf-5f49-2fjh](https://github.com/geotools/geotools/security/advisories/GHSA-mqjf-5f49-2fjh)\n- [GeoTools Remediation Commit d821c4d321dd91c22e31fcd5b1ce676645da5176](https://github.com/geotools/geotools/commit/d821c4d321dd91c22e31fcd5b1ce676645da5176)\n- [GeoTools Pull Request 5829](https://github.com/geotools/geotools/pull/5829)\n- [GeoTools 33.6 Release Tag](https://github.com/geotools/geotools/releases/tag/33.6)\n- [GeoTools 34.5 Release Tag](https://github.com/geotools/geotools/releases/tag/34.5)\n- [GeoTools 35.1 Release Tag](https://github.com/geotools/geotools/releases/tag/35.1)\n- [OSGeo Bug Tracker GEOT-7589](https://osgeo-org.atlassian.net/browse/GEOT-7589)\n- [OSGeo Bug Tracker GEOT-7958](https://osgeo-org.atlassian.net/browse/GEOT-7958)\n- [OSGeo Bug Tracker GEOT-7959](https://osgeo-org.atlassian.net/browse/GEOT-7959)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-76904) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-22T09:31:53.381135Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/ada4a6ed-46fa-4b57-8378-e13e9291110d/export"/>
    <published>2026-08-22T09:31:53.381135+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/54b6054e-21c5-46ea-8982-34aa98874360/export</id>
    <title>54b6054e-21c5-46ea-8982-34aa98874360</title>
    <updated>2026-08-23T08:57:40.211175+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "54b6054e-21c5-46ea-8982-34aa98874360", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-76904", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mtmvk6uqro2e", "content": "CVE-2026-76904 - org.geotools.jdbc:gt-jdbc-postgis\nThe GeoTools library can insert untrusted data into database queries when using the jsonArrayContains function with PostGIS version 12 or newer. This could\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#geotools #Java #CVE #infosec", "creation_timestamp": "2026-08-21T23:20:04.273744Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/54b6054e-21c5-46ea-8982-34aa98874360/export"/>
    <published>2026-08-21T23:20:04.273744+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/d347f4ba-3712-4bf6-89ed-d714e3c2971f/export</id>
    <title>d347f4ba-3712-4bf6-89ed-d714e3c2971f</title>
    <updated>2026-08-23T08:57:40.211300+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "d347f4ba-3712-4bf6-89ed-d714e3c2971f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-76904", "type": "seen", "source": "https://bsky.app/profile/stemshop.bsky.social/post/3mtmrja7q442p", "content": "\ud83d\udea8 CVE-2026-76904 \u2014 CVSS 9.8 CRITICAL\n\nGeoTools is an open source Java library that provides tools for geospatial data. Starting in version 30.5 a...\n\n\ud83d\udd0e https://stemshop.top/cve/CVE-2026-76904\n\n#CVE #CyberSecurity #InfoSec", "creation_timestamp": "2026-08-21T22:07:56.883914Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/d347f4ba-3712-4bf6-89ed-d714e3c2971f/export"/>
    <published>2026-08-21T22:07:56.883914+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/f64ac8d8-0ce7-4e96-8a5e-04ec12c3c8d2/export</id>
    <title>f64ac8d8-0ce7-4e96-8a5e-04ec12c3c8d2</title>
    <updated>2026-08-23T08:57:40.211409+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "f64ac8d8-0ce7-4e96-8a5e-04ec12c3c8d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-76904", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mtmr46uv4d2o", "content": "\ud83d\udd34 CVE-2026-76904 - Critical (9.8)\n\nGeoTools is an open source Java library that provides tools for geospatial data. Starting in vers...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-76904/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-08-21T22:00:39.932952Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/f64ac8d8-0ce7-4e96-8a5e-04ec12c3c8d2/export"/>
    <published>2026-08-21T22:00:39.932952+00:00</published>
  </entry>
</feed>
