LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36963: Intelbras Router RF 301K 1.1.2 - Authentication Bypass

Intelbras Router RF 301K firmware version 1.1.2 contains an authentication bypass vulnerability that allows unauthenticated attackers to download router configuration files. Attackers can send a specific HTTP GET request to /cgi-bin/DownloadCfg/RouterCfm.cfg to retrieve sensitive router configuration without authentication.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Intelbras RF 301K routers running firmware 1.1.2 can expose their configuration file to someone who is not logged in. That file may contain sensitive network settings or secrets. The issue is high risk for internet-facing devices, but the provided sources do not show confirmed active exploitation.

Executive priority

Prioritize remediation for internet-facing or branch routers. The business risk is disclosure of network configuration and possible credentials, which can support follow-on intrusion. Treat as urgent if affected devices are externally reachable.

Technical view

CVE-2020-36963 is a CWE-306 missing authentication issue in Intelbras Router RF 301K firmware 1.1.2. An unauthenticated network attacker can retrieve the router configuration file via an HTTP request. CVSS 4.0 score is 8.7, driven by network reachability, low complexity, no privileges, no user interaction, and high confidentiality impact.

Likely exposure

Exposure is most likely where Intelbras RF 301K routers on firmware 1.1.2 have their web management interface reachable from untrusted networks. Internal-only devices still matter if attackers gain LAN access.

Exploitation context

A public ExploitDB entry is referenced, indicating public exploit information exists. CISA KEV status is false in the provided bundle, and no cited source confirms active exploitation in the wild.

Researcher notes

The source bundle names only Intelbras Router RF 301K firmware 1.1.2. No patch version, workaround, or vendor advisory details are provided beyond the Intelbras homepage. The CVE record and VulnCheck advisory should be monitored for updates.

Mitigation direction

  • Identify Intelbras RF 301K routers and firmware versions.
  • Restrict router management access to trusted administrative networks.
  • Disable internet exposure of the router web interface where possible.
  • Check Intelbras guidance for firmware updates or vendor remediation.
  • Rotate credentials or secrets that may be present in exposed configuration files.

Validation and detection

  • Confirm whether any RF 301K devices run firmware 1.1.2.
  • Verify management interfaces are not reachable from the internet.
  • Review web logs for unexpected configuration download requests.
  • Assess whether downloaded configurations contain reusable credentials or sensitive network data.
  • Track CVE and vendor sources for updated remediation guidance.
Prepared
Confidence
medium
Sources
5

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 · medium confidence lookup

CWE-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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-2020-36963 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
8.7 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA: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
4Source 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
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2020-36963Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
IntelbrasIntelbras Router RF 301Kfirmware version 1.1.2Listed
Weakness

CWE details

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

CWE-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.