LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10040: gitlearn Escape Sequence config.sh getOutOf injection

A vulnerability was found in gitlearn. It has been declared as problematic. This vulnerability affects the function getGrade/getOutOf of the file scripts/config.sh of the component Escape Sequence Handler. The manipulation leads to injection. The attack can be initiated remotely. The patch is identified as 3faa5deaa509012069afe75cd03c21bda5050a64. It is recommended to apply a patch to fix this issue. VDB-218302 is the identifier assigned to this vulnerability.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2015-10040 is an injection flaw in gitlearn's shell configuration handling. A remote, authenticated user may be able to affect integrity and availability through escape sequence handling. The public record names a patch, but affected versions are not specified.

Executive priority

Treat as a moderate priority unless gitlearn is externally reachable or used in a sensitive workflow. The business risk is not data theft in the source record, but possible integrity and availability impact from injection behavior.

Technical view

The vulnerability affects getGrade/getOutOf in scripts/config.sh, described as the Escape Sequence Handler. Manipulation can lead to CWE-74 injection. CVSS v2 is 5.5 with network access, low complexity, single authentication, partial integrity impact, and partial availability impact.

Likely exposure

Exposure appears limited to environments using gitlearn with the affected scripts/config.sh behavior reachable by authenticated remote users. The source bundle does not identify affected versions, package names, default deployments, or whether this is internet-facing in typical use.

Exploitation context

The CVE says remote initiation is possible and authentication is required. KEV is false, and the provided sources do not claim active exploitation, public weaponization, or exploitation in the wild.

Researcher notes

The strongest evidence is the CVE/VulDB description and the referenced GitHub patch. Version data is absent, so validation should focus on code presence and patch status. Do not assume broader product impact beyond gitlearn.

Mitigation direction

  • Apply upstream patch 3faa5deaa509012069afe75cd03c21bda5050a64 or an equivalent vendor-approved fix.
  • Check upstream project guidance for any version-specific upgrade instructions.
  • Restrict access to gitlearn workflows to trusted authenticated users only.
  • Prioritize remediation where gitlearn is reachable across network boundaries.

Validation and detection

  • Inventory systems and repositories using gitlearn.
  • Confirm whether scripts/config.sh contains the patched getGrade/getOutOf behavior.
  • Review exposure paths to determine whether remote authenticated users can reach the affected workflow.
  • Document compensating controls if immediate patching is not possible.
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-74: 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
cve · low confidence lookup

CVE-2015-10040 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
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.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-10040Access 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
n/agitlearnn/aListed
Weakness

CWE details

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

CWE-74 · source CWE mapping

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.