Reference material — not professional advice. Test in staging, back up first, verify against your specific version. Use your own judgment for your environment.
● Critical · CVSS 9.8

How to Fix CVE-2026-24110: n/a (Bundle Sibling)

By Sai Kiran Pandrala. Last verified: 2026-05-25.

CVE-2026-24110 is a sibling vulnerability in the same vendor advisory as CVE-2026-24107. Apply the same patched build and you close both. The technical detail below is what differs.

⚡ At a glance
Severity9.8 (Critical)
Actively exploited?No public listing in CISA KEV
Affectedn/a n/a
Fixed inSame patched build as CVE-2026-24107
Type (CWE)CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

What's different about CVE-2026-24110?

An issue was discovered in Tenda W20E V4.0br_V15.11.0.6. Attackers may send overly long addDhcpRules data. When these rules enter the addDhcpRule function and are processed by ret = sscanf(pRule, " %d\t%[^\t]\t%[^\n\r\t]", &dhcpsIndex, dhcpsIP, dhcpsMac);, the lack of size validation for the rules could lead to buffer overflows in dhcpsIndex, dhcpsIP, and dhcpsMac.

How to fix CVE-2026-24110

Apply the patched build per the primary write-up: How to Fix CVE-2026-24107. All commands, verification steps, and rollback notes for n/a are listed there.

Frequently asked questions

Does the CVE-2026-24107 patch close CVE-2026-24110?

Yes. Both CVEs are addressed by the same vendor patch. Applying the patched build closes the full bundle.

Is CVE-2026-24110 listed in CISA KEV?

No public KEV listing at the time of this writing.

Where is the official advisory?

See https://www.tenda.com.cn/material/show/2707

References


*Written by Sai Kiran Pandrala. Part of the n/a bundle. Full procedure at how-to-fix-cve-2026-24107.*