Security readout for executives and security teams
Plain-English summary
This is a low-severity information exposure issue in an unsupported Symfony bundle. A login error path may reveal more detail than intended. The main business concern is legacy exposure: systems still running FrameworkUserBundle 1.0 through 1.3 should upgrade or replace it.
Executive priority
Handle during normal vulnerability remediation unless this bundle protects sensitive systems. The unsupported status matters more than the CVSS score: legacy authentication code should not remain untracked.
Technical view
CVE-2015-10012 affects sumocoders FrameworkUserBundle versions 1.0, 1.1, 1.2, and 1.3. The issue is tied to Resources/views/Security/login.html.twig and is categorized as CWE-209, information exposure through an error message. Version 1.4.0 and commit abe4993390ba9bd7821ab12678270556645f94c8 address it.
Likely exposure
Exposure is likely limited to applications using the unsupported sumocoders FrameworkUserBundle 1.0 through 1.3, especially where the affected login template is reachable in deployed authentication flows.
Exploitation context
The supplied CVSS vector requires adjacent access and low privileges, with no user interaction. The bundle is not listed as CISA KEV, and the provided sources do not state active exploitation.
Researcher notes
Evidence is concise and does not describe the exact leaked fields or public exploitation. Treat the affected template and error-message behavior as the validation focus, and avoid broad conclusions beyond the listed bundle versions.
Mitigation direction
- Upgrade sumocoders FrameworkUserBundle to version 1.4.0.
- Confirm patch abe4993390ba9bd7821ab12678270556645f94c8 is present in forks.
- Replace the component if unsupported dependency risk is unacceptable.
- If upgrade is blocked, check vendor guidance rather than inventing compensating fixes.
Validation and detection
- Inventory applications for FrameworkUserBundle versions 1.0 through 1.3.
- Confirm deployed login.html.twig is not the vulnerable pre-1.4.0 version.
- Review authentication error handling for unnecessary internal details.
- Add regression coverage for login errors returning generic messages.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-209: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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 lookupCVE-2015-10012 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Low
- CVSS
- 3.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.11.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
3.5LowVector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.217268CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.217268CVE reference · signature, permissions-required
- https://github.com/sumocoders/FrameworkUserBundle/commit/abe4993390ba9bd7821ab12678270556645f94c8CVE reference · patch
- https://github.com/sumocoders/FrameworkUserBundle/releases/tag/v1.4.0CVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Generation of Error Message Containing Sensitive Information
Generation of Error Message Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
