CVE-2026-2907 Details
Description
A weakness has been identified in Tenda HG9 300001138. Affected by this vulnerability is an unknown functionality of the file /boaform/formgponConf of the component GPON Configuration Endpoint. This manipulation of the argument fmgpon_loid/fmgpon_loid_password causes stack-based buffer overflow. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks.
A stack-based buffer overflow vulnerability has been identified in the Tenda HG9 router, specifically in the GPON configuration endpoint '/boaform/formgponConf' on firmware version 300001138. The vulnerability arises from the improper handling of the 'fmgpon_loid' and 'fmgpon_loid_password' parameters. The 'sprintf' function is used to format a command string into a local stack buffer named '_bin_omcicli_set_loid', which is allocated only 128 bytes on the stack. This unbounded string formatting allows for user-controlled input to overflow the buffer, overwrite the return address, and potentially execute arbitrary code remotely, or cause a denial-of-service by crashing the web interface.
It is recommended to replace the vulnerable 'sprintf' function with 'snprintf' to prevent buffer overflows. Additionally, input validation should be implemented to enforce strict length limits on the 'fmgpon_loid' and 'fmgpon_loid_password' parameters before processing them.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/QIU-DIE/cve-nneeww/issues/9 | [email protected] | ExploitIssue TrackingMitigationThird Party Advisory |
| https://vuldb.com/?ctiid.347216 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.347216 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.755201 | [email protected] | Third Party AdvisoryVDB Entry |
| https://www.tenda.com.cn/ | [email protected] | Product |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-119 | Improper Restriction of Operations within the Bounds of a Memory Buffer | [email protected] |
| CWE-121 | Stack-based Buffer Overflow | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| tenda hg9 firmware | 300001138 |
CPE
Remediation
| |
| tenda hg9 | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 23, 2026 | Initial Analysis | [email protected] |
| Feb 22, 2026 | New CVE Received | [email protected] |