CVE-2024-31151
Last modified
CVE-2024-31151 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. A security flaw involving hard-coded credentials in LevelOne WBR-6012's web services allows attackers to gain unauthorized access during the first 30 seconds post-boot. Other vulnerabilities can force a reboot, circumventing the initial time restriction for exploitation.The password string can be found at addresses 0x 803cdd0f and 0x803da3e6: 803cdd0f 41 72 69 65 ds "AriesSerenaCairryNativitaMegan" 73 53 65 72 65 6e 61 43 ... It is referenced by the function at 0x800b78b0 and simplified in the pseudocode below: if (is_equal = strcmp(password,"AriesSerenaCairryNativitaMegan"){ ret = 3;} Where 3 is the return value to user-level access (0 being fail and 1 being admin/backdoor). While there's no legitimate functionality to change this password, once authenticated it is possible manually make a change by taking advantage of TALOS-2024-XXXXX using HTTP POST paramater "Pu" (new user password) in place of "Pa" (new admin password).. EPSS estimates a 0.72% chance of exploitation in the next 30 days.
Description
A security flaw involving hard-coded credentials in LevelOne WBR-6012's web services allows attackers to gain unauthorized access during the first 30 seconds post-boot. Other vulnerabilities can force a reboot, circumventing the initial time restriction for exploitation.The password string can be found at addresses 0x 803cdd0f and 0x803da3e6: 803cdd0f 41 72 69 65 ds "AriesSerenaCairryNativitaMegan" 73 53 65 72 65 6e 61 43 ... It is referenced by the function at 0x800b78b0 and simplified in the pseudocode below: if (is_equal = strcmp(password,"AriesSerenaCairryNativitaMegan"){ ret = 3;} Where 3 is the return value to user-level access (0 being fail and 1 being admin/backdoor). While there's no legitimate functionality to change this password, once authenticated it is possible manually make a change by taking advantage of TALOS-2024-XXXXX using HTTP POST paramater "Pu" (new user password) in place of "Pa" (new admin password).
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Level1 | Wbr-6012 Firmware | r0.40e6 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-31151?
How severe is CVE-2024-31151?
How do I fix CVE-2024-31151?
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 2024
- CVE-2024-31143An optional feature of PCI MSI called "Multiple Message" all…7.5
- CVE-2024-31144For a brief summary of Xapi terminology, see: https://xa…3.8
- CVE-2024-31145Certain PCI devices in a system might be assigned Reserved M…7.5
- CVE-2024-31146When multiple devices share resources and one of them is to …7.5
- CVE-2024-3115An issue was discovered in GitLab EE affecting all versions …4.3
- CVE-2024-31150Out-of-bounds read for some Intel(R) Graphics Driver softwar…4.8
- CVE-2024-31152The LevelOne WBR-6012 router with firmware R0.40e6 is vulner…7.5
- CVE-2024-31153Improper input validation for some Intel(R) QuickAssist Tech…5.5
- CVE-2024-31154Improper input validation in UEFI firmware for some Intel(R)…8.7
- CVE-2024-31155Improper buffer restrictions in the UEFI firmware for some I…8.7
- CVE-2024-31156 A stored cross-site scripting (XSS) vulnerability exists in…8
- CVE-2024-31157Improper initialization in UEFI firmware OutOfBandXML module…6.8
Are you affected by CVE-2024-31151?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
