LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10052: calesanz gibb-modul-151 login redirect

** UNSUPPORTED WHEN ASSIGNED ** A vulnerability, which was classified as problematic, was found in calesanz gibb-modul-151. This affects the function bearbeiten/login. The manipulation leads to open redirect. It is possible to initiate the attack remotely. The patch is named 88a517dc19443081210c804b655e72770727540d. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-218379. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is an open redirect in an unsupported calesanz gibb-modul-151 login-related function. An authenticated remote user could manipulate the login path to send users to another site, creating phishing or trust-abuse risk. Sources name a patch commit, but the product was unsupported when assigned.

Executive priority

Treat this as a moderate, targeted risk. It is not presented as actively exploited, but unsupported software in authentication-adjacent flows deserves cleanup because it can support phishing and erode user trust.

Technical view

CVE-2015-10052 maps to CWE-601 in bearbeiten/login. CVSS v2 is 5.5: network reachable, low complexity, single authentication required, no confidentiality impact, partial integrity and availability impact. The public record identifies patch commit 88a517dc19443081210c804b655e72770727540d.

Likely exposure

Exposure appears limited to organizations still running calesanz gibb-modul-151, especially unpatched deployments containing the affected bearbeiten/login function. The product is no longer supported by the maintainer, which increases operational risk if it remains internet-accessible.

Exploitation context

The source bundle says remote exploitation is possible, but the CVSS vector indicates authentication is required. There is no KEV listing and no provided source claiming active exploitation. Open redirects are commonly used to support phishing, trust abuse, or login-flow deception.

Researcher notes

Evidence is narrow: CVE, VulDB references, CVSS v2, CWE-601, and one patch commit. Affected versions are listed as n/a, so validation should focus on code presence, route behavior, and whether the patch is applied.

Mitigation direction

  • Apply or verify patch commit 88a517dc19443081210c804b655e72770727540d where the product remains deployed.
  • Plan migration away from gibb-modul-151 because the maintainer no longer supports it.
  • Restrict external redirects from login flows unless explicitly allowlisted.
  • Review vendor or project guidance before making compensating controls permanent.

Validation and detection

  • Inventory applications for calesanz gibb-modul-151 and the bearbeiten/login function.
  • Confirm deployed code includes the named patch commit or equivalent remediation.
  • Review login redirect handling for untrusted external destinations.
  • Check access logs for unusual redirects from the affected login route.
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-601: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-10052 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.5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:N/I:P/A:P

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
5.5CVSS 2.0MediumAV:N/AC:L/Au:S/C:N/I:P/A:P84.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

5.5Medium
CVSS 2.0 vector shape for CVE-2015-10052Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:N/I:P/A:P

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
calesanzgibb-modul-151n/aListed
Weakness

CWE details

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

CWE-601 · source CWE mapping

URL Redirection to Untrusted Site ('Open Redirect')

URL Redirection to Untrusted Site ('Open Redirect') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.