CVE-2026-62381: luci-lib-px5g 2040-bit Certificate Signing Heap Buffer Overflow

Published Aug 22, 2026
·
Updated

luci-lib-px5g (LuCI) contains a heap-based buffer overflow in the native ASN.1 encoding routine asn1addobj (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 createselfsigned(); 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.

Affected Software

1 affected component
luci-lib-px5g>=18.06<=25.12

Event History

Aug 22, 2026
CVE Published
via MITRE·12:26 PM
Data Sourced
via MITRE·12:26 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·01:16 PM
DescriptionSeverityWeakness
Aug 19, 58611
Event
via NVD·10:20 PM

Frequently Asked Questions

1

Which deployments are exposed to remote attack?

The vulnerable function is reachable through the exported Lua create_selfsigned() interface. Remote exploitability depends on whether the application embedding LuCI exposes a path that lets an attacker trigger certificate creation through that interface.

2

What is required to trigger the overflow?

An attacker or local user must be able to cause signing of a certificate with a 2040-bit RSA key, producing a 255-byte signature. The attack vector is local in the supplied severity vector, and low privileges are required.

3

Which release branches contain the vulnerable code?

The vulnerable code is present on the openwrt-18.06 through openwrt-25.12 release branches. It is absent from master because the luci-lib-px5g package was removed rather than patched.

4

What can be done if an update is not immediately available?

Prevent untrusted users from reaching Lua code paths that invoke create_selfsigned(), particularly paths that can request creation or signing with 2040-bit RSA keys. Remote exposure should be assessed based on how the embedding application exposes that Lua interface.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203