CVE-2026-50126
Last modified
CVE-2026-50126 is a medium-severity vulnerability rated 4/10 on the CVSS scale. Adaguc-server is an open source geographical information system to visualize, combine, compare and share real-time meteorological, climatological and remote sensing data via OGC standards. Versions prior to 7.2.2 crash with a memory-safety fault when it parses a GeoJSON document whose geometry contains a malformed coordinate. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
Adaguc-server is an open source geographical information system to visualize, combine, compare and share real-time meteorological, climatological and remote sensing data via OGC standards. Versions prior to 7.2.2 crash with a memory-safety fault when it parses a GeoJSON document whose geometry contains a malformed coordinate. The coordinate parser in `adagucserverEC/CConvertGeoJSON.cpp` indexes `pt.u.array.values[0]` and `pt.u.array.values[1]` and uses `polygon.u.array.length` as a loop bound without first validating the JSON node type or the coordinate length. A coordinate that is an empty array, a one-element array, a scalar, or `null` leads to an out-of-bounds heap read or a NULL pointer dereference. The same unchecked pattern is present in four geometry branches: `Polygon`, `LineString`, `MultiLineString` and `MultiPolygon`. The vulnerable parser runs whenever the server processes a local GeoJSON file, either a configured GeoJSON dataset or a GeoJSON file exposed through the `AutoResource` feature and requested by an unauthenticated WMS request. A crafted GeoJSON file reliably crashes the backend process that handles that request. Version 7.2.2 patches the vulnerability.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| KNMI | adaguc-server | < 7.2.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-50126?
How severe is CVE-2026-50126?
How do I fix CVE-2026-50126?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-5011A vulnerability was detected in elecV2 elecV2P up to 3.8.3. …6.3
- CVE-2026-50110Storage Concentrator (SC & SCVM) contains hardcoded credenti…9.3
- CVE-2026-50112SSRF via Metalink Mirror URL Resolution: An authenticated t…8.8
- CVE-2026-5012A flaw has been found in elecV2 elecV2P up to 3.8.3. This is…7.3
- CVE-2026-50124DataEase is an open source data visualization and analysis t…7.1
- CVE-2026-50125MKP is a Model Context Protocol server for Kubernetes. Prior…7.5
- CVE-2026-50127Weblate is a web based localization tool. From version 5.15 …5.9
- CVE-2026-50128Mastodon is a free, open-source social network server based …5.3
- CVE-2026-50129Mastodon is a free, open-source social network server based …7.5
- CVE-2026-5013A vulnerability has been found in elecV2 elecV2P up to 3.8.3…5.5
- CVE-2026-50130Pi-hole is a DNS sinkhole that protects devices from unwante…8.8
- CVE-2026-50131Fedify is a TypeScript library for building federated server…8.6
Are you affected by CVE-2026-50126?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
