CVE-2019-17210
Last modified
CVE-2019-17210 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. A denial-of-service issue was discovered in the MQTT library in Arm Mbed OS 2017-11-02. The function readMQTTLenString() is called by the function MQTTDeserialize_publish() to get the length and content of the MQTT topic name. EPSS estimates a 1.01% chance of exploitation in the next 30 days.
Description
A denial-of-service issue was discovered in the MQTT library in Arm Mbed OS 2017-11-02. The function readMQTTLenString() is called by the function MQTTDeserialize_publish() to get the length and content of the MQTT topic name. In the function readMQTTLenString(), mqttstring->lenstring.len is a part of user input, which can be manipulated. An attacker can simply change it to a larger value to invalidate the if statement so that the statements inside the if statement are skipped, letting the value of mqttstring->lenstring.data default to zero. Later, curn is accessed, which points to mqttstring->lenstring.data. On an Arm Cortex-M chip, the value at address 0x0 is actually the initialization value for the MSP register. It is highly dependent on the actual firmware. Therefore, the behavior of the program is unpredictable from this time on.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Arm | Mbed-Mqtt | 2017-11-02 |
| Arm | Mbed-Os | All versions |
References
- https://github.com/ARMmbed/mbed-os/issues/11802Issue Tracking, Third Party Advisory
- https://github.com/ARMmbed/mbed-os/issues/11802Issue Tracking, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2019-17210?
How severe is CVE-2019-17210?
How do I fix CVE-2019-17210?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2019
- CVE-2019-17203TeamPass 2.1.27.36 allows Stored XSS at the Search page by s…5.4
- CVE-2019-17204TeamPass 2.1.27.36 allows Stored XSS by setting a crafted Kn…5.4
- CVE-2019-17205TeamPass 2.1.27.36 allows Stored XSS by placing a payload in…6.1
- CVE-2019-17206Uncontrolled deserialization of a pickled object in models.p…9.8
- CVE-2019-17207A reflected XSS vulnerability was found in includes/admin/ta…5.4
- CVE-2019-1721A vulnerability in the phone book feature of Cisco Expresswa…6.5
- CVE-2019-17211An integer overflow was discovered in the CoAP library in Ar…9.8
- CVE-2019-17212Buffer overflows were discovered in the CoAP library in Arm …9.8
- CVE-2019-17213The WebARX plugin 1.3.0 for WordPress has unauthenticated st…6.1
- CVE-2019-17214The WebARX plugin 1.3.0 for WordPress allows firewall bypass…7.5
- CVE-2019-17215An issue was discovered on V-Zug Combi-Steam MSLQ devices be…9.8
- CVE-2019-17216An issue was discovered on V-Zug Combi-Steam MSLQ devices be…9.8
Are you affected by CVE-2019-17210?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
