LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125122: Linksys WRT120N tmUnblock.cgi Stack-Based Buffer Overflow Admin Password Reset

A stack-based buffer overflow vulnerability exists in the tmUnblock.cgi endpoint of the Linksys WRT120N wireless router. The vulnerability is triggered by sending a specially crafted HTTP POST request with an overly long TM_Block_URL parameter to the endpoint. By exploiting this flaw, an unauthenticated remote attacker can overwrite memory in a controlled manner, enabling them to temporarily reset the administrator password of the device to a blank value. This grants unauthorized access to the router’s web management interface without requiring valid credentials.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects Linksys WRT120N routers running firmware 1.0.07. A reachable management endpoint can be abused without credentials to temporarily blank the administrator password, allowing unauthorized access to the router interface. Business risk is highest where these legacy routers still protect small offices, labs, or remote sites.

Executive priority

Treat as a moderate-priority legacy infrastructure risk. Prioritize sites where these routers are internet-exposed, shared across guest networks, or used for business-critical connectivity. Replacement may be more realistic than patching if vendor guidance is unavailable.

Technical view

The issue is a stack-based buffer overflow in tmUnblock.cgi triggered through an oversized TM_Block_URL POST parameter. Sources describe controlled memory corruption leading to a temporary blank administrator password. The CVSS v4.0 score is 5.3 with adjacent-network attack vector, no privileges, and no user interaction.

Likely exposure

Exposure is likely limited to legacy Linksys WRT120N version 1.0.07 devices with the web management interface reachable from local, adjacent, wireless, or exposed remote-management networks.

Exploitation context

Public exploit references exist, including Metasploit and Exploit-DB entries. The bundle does not show CISA KEV listing or cited evidence of active exploitation in the wild, so active exploitation should not be assumed.

Researcher notes

The record names one affected model and firmware version. Evidence supports public exploit availability and password-reset impact, but the source bundle does not identify a vendor patch, broad product family impact, or confirmed active exploitation.

Mitigation direction

  • Identify and retire unsupported WRT120N devices where feasible.
  • Check Linksys support guidance for firmware or replacement options.
  • Disable WAN-facing remote administration if enabled.
  • Restrict management access to trusted admin networks only.
  • Change administrative credentials and review configuration after suspected exposure.

Validation and detection

  • Inventory Linksys WRT120N devices and confirm firmware version 1.0.07.
  • Verify whether the management interface is reachable from WAN, guest Wi-Fi, or untrusted LANs.
  • Review device configuration for unexpected blank or changed administrator credentials.
  • Confirm management access is restricted after remediation.
  • Document unsupported devices accepted as residual risk.
Prepared
Confidence
medium
Sources
6

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-121: 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-2014-125122 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
Medium
CVSS
5.3 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/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
5Source 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
5.3CVSS 4.0MediumCVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

5.3Medium
CVSS 4.0 vector shape for CVE-2014-125122Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinksysWRT120N1.0.07unknown
Weakness

CWE details

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

CWE-121 · source CWE mapping

Stack-based Buffer Overflow

Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.