Security readout for executives and security teams
Plain-English summary
OpenCycleCompass server-php has a remotely reachable SQL injection in api1/login.php through the user argument. An unauthenticated attacker could potentially read, change, or disrupt backend data. Sources identify a patch commit, but no fixed version is available because the project uses rolling releases.
Executive priority
Prioritize remediation for any internet-facing deployment because the issue is remote, unauthenticated, and can affect confidentiality, integrity, and availability. The lack of version identifiers increases operational uncertainty, so teams should verify code provenance directly.
Technical view
CVE-2015-10086 is CWE-89 SQL injection affecting api1/login.php in OpenCycleCompass server-php. The source bundle states manipulation of user enables remote attack with CVSS v2 7.5, AV:N/AC:L/Au:N/C:P/I:P/A:P. Affected and fixed release numbers are unavailable; patch commit fa0d9bcf81c711a88172ad0d37a842f029ac3782 is cited.
Likely exposure
Exposure is limited to organizations running OpenCycleCompass server-php with the vulnerable login API reachable. Version-based matching is weak because no affected or fixed versions are published. Confirm by repository commit state and deployment provenance rather than package version alone.
Exploitation context
The bundle says remote exploitation is possible and no authentication is required by the CVSS vector. It does not cite CISA KEV listing, active exploitation, public exploit activity, or observed attacks. Treat internet-exposed deployments as higher urgency, but do not claim exploitation in the wild from these sources.
Researcher notes
Evidence is enough to identify product, file, parameter, weakness class, CVSS, and patch commit. It is incomplete on exact vulnerable versions, affected function name, exploit prevalence, and vendor release status. Avoid version-only detections; prefer code or commit-based validation.
Mitigation direction
- Apply or verify inclusion of patch commit fa0d9bcf81c711a88172ad0d37a842f029ac3782.
- If patch status is unclear, check current OpenCycleCompass vendor or repository guidance.
- Restrict public access to api1/login.php where business operations allow.
- Review database privileges used by the application for least-privilege exposure.
- Monitor login API and database logs for abnormal errors or access patterns.
Validation and detection
- Inventory any OpenCycleCompass server-php deployments and exposed login API routes.
- Confirm the deployed source includes the cited patch commit.
- Review api1/login.php handling of the user argument for parameterized database access.
- Check whether the login endpoint is reachable from untrusted networks.
- Correlate access logs for unusual login requests before the patch date.
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-89: 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 lookupDatabase behavior lookup
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2015-10086 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
- High
- CVSS
- 7.5 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P
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.
AV:N/AC:L/Au:N/C:P/I:P/A:P106.4Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
7.5HighVector: AV:N/AC:L/Au:N/C:P/I:P/A:P
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.221808CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.221808CVE reference · signature, permissions-required
- https://github.com/OpenCycleCompass/server-php/commit/fa0d9bcf81c711a88172ad0d37a842f029ac3782CVE 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.
