LiveActive security incident?Get immediate response
CVE Record

CVE-2019-11277: Volume Services is vulnerable to an LDAP injection attack

Cloud Foundry NFS Volume Service, 1.7.x versions prior to 1.7.11 and 2.x versions prior to 2.3.0, is vulnerable to LDAP injection. A remote authenticated malicious space developer can potentially inject LDAP filters via service instance creation, facilitating the malicious space developer to deny service or perform a dictionary attack.

HighCVSS 8.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw affects Cloud Foundry NFS Volume Service. An authenticated space developer could influence LDAP filtering during service instance creation, potentially causing service denial or enabling dictionary-style credential probing. It requires authenticated access and high attack complexity, but the potential confidentiality and integrity impact makes it a high-priority platform issue.

Executive priority

Treat as high priority for Cloud Foundry platforms that expose NFS Volume Service to developers. Prioritize version verification and upgrades, but do not frame this as confirmed active exploitation based on the supplied evidence.

Technical view

CVE-2019-11277 is LDAP injection in Cloud Foundry NFS Volume Service 1.7.x before 1.7.11 and 2.x before 2.3.0. The CVSS 3.0 score is 8.4 with network attack vector, low privileges, no user interaction, high complexity, and scope change. CWE-90 applies.

Likely exposure

Exposure is likely limited to Cloud Foundry environments using the affected NFS Volume Service releases, especially where space developers can create service instances. The bundle also lists CF Deployment as affected, but the concrete vulnerable component is the NFS volume service.

Exploitation context

The source describes a remote authenticated malicious space developer. No KEV listing is present, and the supplied sources do not state active exploitation. Reported outcomes are denial of service or dictionary attack facilitation, not unauthenticated takeover.

Researcher notes

The issue is grounded in LDAP filter injection during service instance creation. Useful validation focuses on version state, broker configuration, LDAP integration, and developer permissions. The public bundle does not provide patch internals or safe reproduction details.

Mitigation direction

  • Upgrade NFS Volume Service 1.7.x to 1.7.11 or later.
  • Upgrade NFS Volume Service 2.x to 2.3.0 or later.
  • Review Cloud Foundry vendor guidance for deployment-specific remediation.
  • Limit service instance creation rights to trusted space developers.
  • Monitor LDAP and service broker activity for abnormal creation patterns.

Validation and detection

  • Inventory Cloud Foundry foundations using NFS Volume Service.
  • Confirm deployed NFS Volume Service release versions.
  • Check whether space developers can create affected service instances.
  • Review broker and LDAP logs for unusual failed lookup patterns.
  • Verify upgraded foundations report fixed NFS Volume Service versions.
Prepared
Confidence
high
Sources
3

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-90: Database access and collection lookup

Injection into data stores can inform collection, data access, and exfiltration detection reviews. 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-2019-11277 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
High
CVSS
8.4 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L

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
2Source 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
8.4CVSS 3.0HighCVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L1.86Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.4High
CVSS 3.0 vector shape for CVE-2019-11277Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L

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
Cloud FoundryCF NFS volume release1.7, 2.3Listed
Cloud FoundryCF DeploymentAllListed
Weakness

CWE details

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

CWE-90 · source CWE mapping

Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection')

Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.