LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125116: HybridAuth 2.0.9 - 2.2.2 Unauthenticated RCE via install.php Configuration Injection

A remote code execution vulnerability exists in HybridAuth versions 2.0.9 through 2.2.2 due to insecure use of the install.php installation script. The script remains accessible after deployment and fails to sanitize input before writing to the application’s config.php file. An unauthenticated attacker can inject arbitrary PHP code into config.php, which is later executed when the file is loaded. This allows attackers to achieve remote code execution on the server. Exploitation of this issue will overwrite the existing configuration, rendering the application non-functional.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

HybridAuth deployments may allow unauthenticated attackers to take control of the server if the installer script remains publicly reachable. The issue can also overwrite configuration and break the application. Public exploit references exist, but the provided sources do not show confirmed active exploitation.

Executive priority

Treat this as urgent for any internet-facing legacy HybridAuth deployment. The business risk is server compromise plus application outage. Prioritize inventory, removal of installer exposure, and vendor-guided upgrade planning before routine backlog work.

Technical view

The bundle describes unauthenticated RCE in HybridAuth 2.0.9 through 2.2.2 via install.php writing unsanitized input into config.php. When config.php is later loaded, injected PHP executes. The CVSS 4.0 score is 9.3. The affected metadata is incomplete because it lists only 2.0.9 despite the description naming a wider range.

Likely exposure

Internet-facing PHP applications using old HybridAuth 2.x and leaving install.php accessible are the main concern. Exposure is more likely in legacy deployments, copied vendor directories, abandoned applications, or systems where installation files were never removed after setup.

Exploitation context

KEV is false in the provided bundle, so active exploitation is not established here. However, Exploit-DB entries, a Metasploit module, and third-party advisory references indicate public exploit knowledge exists. Exploitation reportedly overwrites configuration, which may cause visible application failure.

Researcher notes

Evidence supports critical unauthenticated RCE with public exploit references, but active exploitation is not proven by KEV or the supplied sources. Version scope needs validation because the narrative says 2.0.9 through 2.2.2 while structured affected data only lists 2.0.9.

Mitigation direction

  • Inventory applications using HybridAuth 2.0.9 through 2.2.2 or nearby legacy 2.x versions.
  • Disable or remove publicly accessible install.php from deployed HybridAuth paths.
  • Check vendor guidance for fixed versions; no specific fixed release is named in the bundle.
  • Restore config.php from trusted backups if unexpected changes are found.
  • Restrict public access to administrative or installer paths at the web server layer.

Validation and detection

  • Search deployed web roots for HybridAuth and install.php exposure.
  • Confirm HybridAuth versions against the bundle’s 2.0.9 through 2.2.2 description.
  • Review config.php for unauthorized PHP content or unexpected configuration replacement.
  • Inspect web logs for unauthenticated requests to HybridAuth install.php.
  • Test only for file presence and version exposure; avoid exploit execution.
Prepared
Confidence
medium
Sources
8

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

CWE-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-125116 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
Critical
CVSS
9.3 (4.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2014-125116Attack 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:H/VA:H/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
HybridAuthHybridAuth2.0.9unaffected
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.

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.