LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4874: Authenticated bypass in Netcomm router models NF20MESH, NF20, and NL1902 allows unauthenticated user to get access to content.

Authentication bypass in Netcomm router models NF20MESH, NF20, and NL1902 allows an unauthenticated user to access content. In order to serve static content, the application performs a check for the existence of specific characters in the URL (.css, .png etc). If it exists, it performs a "fake login" to give the request an active session to load the file and not redirect to the login page.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Some Netcomm routers can mistakenly treat unauthenticated requests as logged-in sessions when the URL looks like static content. That can expose protected content without credentials. The issue affects NF20, NF20MESH, and NL1902 devices running R6B025. The sources do not state that this CVE is actively exploited.

Executive priority

Treat this as a high-priority edge-device exposure issue. Routers often sit at network boundaries, and unauthenticated access to protected content can reveal sensitive configuration or operational data. Prioritize exposed management interfaces first, then internal-only devices.

Technical view

CVE-2022-4874 is a network-reachable authentication bypass caused by URL character checks for static assets. When strings such as static-file extensions are detected, the application performs a fake login, granting an active session for the request. CVSS 3.1 is 7.5, with no privileges or user interaction required and high confidentiality impact.

Likely exposure

Exposure is most likely where affected Netcomm NF20, NF20MESH, or NL1902 routers running R6B025 have management interfaces reachable from untrusted networks. The source bundle does not identify other firmware versions, products, or CPE entries.

Exploitation context

The vulnerability is low-complexity and remotely reachable, which increases practical risk. However, the bundle marks KEV as false and provides no cited evidence of active exploitation. The GitHub advisory title suggests broader research context, but this CVE record specifically supports authentication bypass and content access.

Researcher notes

The evidence supports CWE-288 authentication bypass through flawed static-content handling. Do not assume code execution, additional affected versions, or a vendor patch from this bundle alone. Validate by reviewing device model, firmware, access boundaries, and vendor advisory status.

Mitigation direction

  • Inventory Netcomm NF20, NF20MESH, and NL1902 devices and confirm firmware versions.
  • Restrict management access to trusted admin networks or VPN-only paths.
  • Check Netcomm and CERT/CC guidance for fixed firmware or vendor mitigations.
  • Monitor router logs for unauthenticated access attempts to protected management content.
  • Replace or isolate affected devices if no supported fix is available.

Validation and detection

  • Confirm whether any affected model is running firmware R6B025.
  • Review management interface exposure from internet, guest, and untrusted internal networks.
  • Verify administrative pages require authentication for non-static and static-looking URL paths.
  • Check vendor or CERT/CC records for remediation status before closing the finding.
  • Document any compensating controls restricting access to router administration interfaces.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-288: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-4874 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2022-4874Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NetcommNF20R6B025Listed
NetcommNF20MESHR6B025Listed
NetcommNL1902R6B025Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-288 · source CWE mapping

Authentication Bypass Using an Alternate Path or Channel

Authentication Bypass Using an Alternate Path or Channel represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.