HOMEVULNERABILITIESCVE-2024-28875
HIGH

CVE-2024-28875

CWE-798Published: October 30, 2024· Updated: Jun 17, 2026

8.1
CVSS v3.1

Official 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 backdoor string can be found at address 0x80100910

80100910 40 6d 21 74 ds "@m!t2K1"

32 4b 31 00

It is referenced by the function located at 0x800b78b0 and is used as shown in the pseudocode below:

if ((SECOND_FROM_BOOT_TIME < 300) &&

(is_equal = strcmp(password,"@m!t2K1")) {

return 1;}

Where 1 is the return value to admin-level access (0 being fail and 3 being user).

NVD Source

Technical Analysis

CVE-2024-28875 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 8.1.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityHigh
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Affected Vendors & Products

level12 product(s)
wbr-6012 firmwarewbr-6012
Source: NVD CPE · 2 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

All References (2)

Quick Facts

CVE IDCVE-2024-28875
CVSS Score8.1 / 10
SeverityHIGH
WeaknessCWE-798
CISA KEVNo
Affected1 vendor(s)
PublishedOct 30, 2024

Related CVEs (CWE-798)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2024-28875 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.