CVE-2026-30873

Source
https://cve.org/CVERecord?id=CVE-2026-30873
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-30873.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-30873
Aliases
  • GHSA-rcc6-v4r6-gj4m
Published
2026-03-19T22:01:03.867Z
Modified
2026-04-10T05:41:56.025392Z
Severity
  • 2.4 (Low) CVSS_V4 - CVSS:4.0/AV:A/AC:L/AT:N/PR:H/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
OpenWrt Project jsonpath: Memory leak when processing strings, labels, and regexp tokens
Details

OpenWrt Project is a Linux operating system targeting embedded devices. In versions prior to both 24.10.6 and 25.12.1, the jpgettoken function, which performs lexical analysis by breaking input expressions into tokens, contains a memory leak vulnerability when extracting string literals, field labels, and regular expressions using dynamic memory allocation. These extracted results are stored in a jpopcode struct, which is later copied to a newly allocated jpopcode object via jpallocop. During this transfer, if a string was previously extracted and stored in the initial jp_opcode, it is copied to the new allocation but the original memory is never freed, resulting in a memory leak. This issue has been fixed in versions 24.10.6 and 25.12.1.

Database specific
{
    "cwe_ids": [
        "CWE-401"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/30xxx/CVE-2026-30873.json"
}
References

Affected packages

Git / github.com/openwrt/openwrt

Affected ranges

Type
GIT
Repo
https://github.com/openwrt/openwrt
Events
Database specific
{
    "versions": [
        {
            "introduced": "25.12.0-rc1"
        },
        {
            "fixed": "25.12.1"
        }
    ]
}
Type
GIT
Repo
https://github.com/openwrt/openwrt
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "24.10.6"
        }
    ]
}

Affected versions

Other
reboot
v24.*
v24.10.0
v24.10.0-rc1
v24.10.0-rc2
v24.10.0-rc3
v24.10.0-rc4
v24.10.0-rc5
v24.10.0-rc6
v24.10.0-rc7
v24.10.1
v24.10.2
v24.10.3
v24.10.4
v24.10.5
v25.*
v25.12.0
v25.12.0-rc1
v25.12.0-rc2
v25.12.0-rc3
v25.12.0-rc4
v25.12.0-rc5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-30873.json"