LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10012: sumocoders FrameworkUserBundle login.html.twig information exposure

** UNSUPPORTED WHEN ASSIGNED ** A vulnerability was found in sumocoders FrameworkUserBundle up to 1.3.x. It has been rated as problematic. Affected by this issue is some unknown functionality of the file Resources/views/Security/login.html.twig. The manipulation leads to information exposure through error message. Upgrading to version 1.4.0 is able to address this issue. The name of the patch is abe4993390ba9bd7821ab12678270556645f94c8. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-217268. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.

LowCVSS 3.5Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

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

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

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
3.5CVSS 3.1LowCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.11.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.5Low
CVSS 3.1 vector shape for CVE-2015-10012Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
sumocodersFrameworkUserBundle1.0, 1.1, 1.2, 1.3Listed
Weakness

CWE details

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

CWE-209 · source CWE mapping

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.