Skip to content

CVE-2021-35395

Improper Input Validation — is CVE-2021-35395real, exploitable, or a false positive? Here's the community ground truth.

Critical · CVSS 9.8EPSS 98.1%CISA KEVCWE-20 · Improper Input Validation

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Realtek Jungle SDK version v2.x up to v3.4.14B provides an HTTP web server exposing a management interface that can be used to configure the access point. Two versions of this management interface exists: one based on Go-Ahead named webs and another based on Boa named boa. Both of them are affected by these vulnerabilities. Specifically, these binaries are vulnerable to the following issues: - stack buffer overflow in formRebootCheck due to unsafe copy of submit-url parameter - stack buffer overflow in formWsc due to unsafe copy of submit-url parameter - stack buffer overflow in formWlanMultipleAP due to unsafe copy of submit-url parameter - stack buffer overflow in formWlSiteSurvey due to unsafe copy of ifname parameter - stack buffer overflow in formStaticDHCP due to unsafe copy of hostname parameter - stack buffer overflow in formWsc due to unsafe copy of 'peerPin' parameter - arbitrary command execution in formSysCmd via the sysCmd parameter - arbitrary command injection in formWsc via the 'peerPin' parameter Exploitability of identified issues will differ based on what the end vendor/manufacturer did with the Realtek SDK webserver. Some vendors use it as-is, others add their own authentication implementation, some kept all the features from the server, some remove some of them, some inserted their own set of features. However, given that Realtek SDK implementation is full of insecure calls and that developers tends to re-use those examples in their custom code, any binary based on Realtek SDK webserver will probably contains its own set of issues on top of the Realtek ones (if kept). Successful exploitation of these issues allows remote attackers to gain arbitrary code execution on the device.

Published

Embed this verdict
TruePositive verdict for CVE-2021-35395
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2021-35395/badge.svg)](https://www.truepositive.app/cve/CVE-2021-35395)
HTML
<a href="https://www.truepositive.app/cve/CVE-2021-35395"><img src="https://www.truepositive.app/cve/CVE-2021-35395/badge.svg" alt="TruePositive verdict for CVE-2021-35395"></a>

Live badge — updates automatically as the community verdict changes.

Community ground truth

Community verdict

3 verdicts
Not a real issue

Includes TruePositive's curated baseline from public sources — community verdicts accrue on top.

to add your verdict.

Community real-world severity: Critical (Critical 3) — CVSS base score 9.8

In line with its CVSS base score.

Field notes & remediation

Verdicts are the quick signal — notes are the evidence and fixes behind them.

  • 0
    Field note · Marco FerriCurated

    Confirmed exploited in the wild — listed in the CISA KEV catalog (added 2021-11-03). Treat as real and prioritize patching over triage.

Same weaknessCWE-20 · Improper Input Validation.