๐Ÿ” CVE Alert

CVE-2026-62381

MEDIUM 6.6

luci-lib-px5g 2040-bit Certificate Signing Heap Buffer Overflow

CVSS Score
6.6
EPSS Score
0.0%
EPSS Percentile
0th

luci-lib-px5g (LuCI) contains a heap-based buffer overflow in the native ASN.1 encoding routine asn1_add_obj (x509write.c) when signing a certificate with a 2040-bit RSA key. For a 255-byte signature, the BIT STRING allocation is computed from the DER length encoding of 255 bytes, but the payload written after prepending the unused-bits byte is 256 bytes, requiring one additional DER length octet. As a result the allocation is 259 bytes while the tag, length, unused-bits byte, and signature require 260 bytes, and the final memcpy writes one byte beyond the heap buffer. The overflow is reachable through the exported Lua interface via create_selfsigned(); whether it is remotely exploitable depends on the embedding application. The vulnerable code is present on the openwrt-18.06 through openwrt-25.12 release branches and is absent from master, where the luci-lib-px5g package has been removed rather than patched.

CWE CWE-122
Vendor openwrt
Product luci
Published Aug 22, 2026
Stay Ahead of the Next One

Get instant alerts for openwrt luci

Be the first to know when new medium vulnerabilities affecting openwrt luci are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
High

Affected Versions

openwrt / luci
0 โ‰ค 42d72f79cd8f057f241595abc761b39dab2d9f07

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/openwrt/luci/security/advisories/GHSA-jgc3-4q3p-g6xh vulncheck.com: https://www.vulncheck.com/advisories/luci-lib-px5g-2040-bit-certificate-signing-heap-buffer-overflow

Credits

๐Ÿ” cla7aye15I4nd