Description
An out-of-bounds read vulnerability exists in the schema lexer of flatcc 4c3b999e. When an exact-length FlatBuffers schema ends with an unterminated quotation mark, the C-string scanning logic in lex() dereferences the input pointer after it has reached the end of the buffer. A specially crafted schema can trigger a one-byte heap buffer over-read, resulting in application crash and denial of service.
Published: 2026-09-22
Score: n/a
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

The vulnerability is an out‑of‑bounds read in the schema lexer of the flatcc library. A schema that ends with an unterminated quotation mark causes the C‑string scanning routine in lex() to dereference a pointer beyond the buffer, which can trigger a one‑byte heap buffer over‑read. This read can lead to a crash of the application that uses flatcc, resulting in a denial of service.

Affected Systems

flatcc C/C++ flatbuffer compiler and runtime library; the affected code is identified by the commit hash 4c3b999e. Any application that links against this version of flatcc and parses attacker‑controlled schemas is susceptible.

Risk and Exploitability

The CVSS score is not supplied and the EPSS score is unavailable, but the flaw is exploitable if an application processes untrusted schemas. An attacker who can supply a malicious schema – via a network service, configuration file, or otherwise – can induce a one‑byte buffer over‑read that leads to a crash. Because the vulnerability is a pure read, it does not provide immediate code execution, yet the resulting denial of service can be used to disrupt services. The issue is not listed in CISA’s KEV catalog, so there are no confirmed exploitation reports, yet its nature and lack of mitigations suggest it could be targeted in environments that use flatcc without proper schema validation.

Generated by OpenCVE AI on September 22, 2026 at 20:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade flatcc to a release that contains the patch committed in 8581715e8ec4e5de8eea9fd6dad949e4dd7d0fa0.
  • If an upgrade is not feasible, immediately validate or sanitize all schema inputs so that any unterminated quotation marks are rejected before parsing.
  • Temporarily disable processing of schemas from untrusted sources until the library is updated, and monitor affected services for unexpected crashes.

Generated by OpenCVE AI on September 22, 2026 at 20:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 22:15:00 +0000

Type Values Removed Values Added
First Time appeared Dvidelabs
Dvidelabs flatcc
Vendors & Products Dvidelabs
Dvidelabs flatcc

Tue, 22 Sep 2026 21:15:00 +0000

Type Values Removed Values Added
Title Out‑of‑Bounds Read in flatcc Schema Lexer Leads to Denial of Service
Weaknesses CWE-125

Tue, 22 Sep 2026 19:45:00 +0000

Type Values Removed Values Added
Description An out-of-bounds read vulnerability exists in the schema lexer of flatcc 4c3b999e. When an exact-length FlatBuffers schema ends with an unterminated quotation mark, the C-string scanning logic in lex() dereferences the input pointer after it has reached the end of the buffer. A specially crafted schema can trigger a one-byte heap buffer over-read, resulting in application crash and denial of service.
References

Subscriptions

Dvidelabs Flatcc
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-22T19:42:46.188Z

Reserved: 2026-09-10T00:00:00.000Z

Link: CVE-2026-88345

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T20:17:10.613

Modified: 2026-09-22T20:17:10.613

Link: CVE-2026-88345

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T22:00:08Z

Weaknesses