LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10091: ByWater Solutions bywater-koha-xslt systempreferences.pl StringSearch sql injection

A vulnerability has been found in ByWater Solutions bywater-koha-xslt and classified as critical. This vulnerability affects the function StringSearch of the file admin/systempreferences.pl. The manipulation of the argument name leads to sql injection. The attack can be initiated remotely. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The patch is identified as 9513b93c828dfbc4413f9e0df63647401aaf4e58. It is recommended to apply a patch to fix this issue. VDB-222322 is the identifier assigned to this vulnerability.

MediumCVSS 5.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2015-10091 is a SQL injection issue in ByWater Solutions bywater-koha-xslt. A remote user with required permissions could manipulate the name argument in system preference search handling, potentially affecting data confidentiality, integrity, and availability. The source bundle does not show active exploitation.

Executive priority

Treat this as a moderate priority unless the affected admin interface is internet-facing or broadly accessible internally. The main business concern is unauthorized database access or modification through an administrative function, with incomplete version data requiring direct code verification.

Technical view

The flaw affects StringSearch in admin/systempreferences.pl, where the name argument can lead to SQL injection. CVSS v2 is 5.8 with network access, low complexity, authentication required, and partial confidentiality, integrity, and availability impact. Version ranges are unavailable because the project used rolling releases.

Likely exposure

Exposure is likely limited to organizations running ByWater Solutions bywater-koha-xslt with the vulnerable admin/systempreferences.pl code reachable to permitted users. Exact vulnerable versions are not published in the provided sources, so code-level verification is needed.

Exploitation context

The vulnerability can be initiated remotely, but the provided CVSS vector indicates authentication is required. CISA KEV is false, and the provided sources do not establish active exploitation. No exploit steps are needed to assess risk.

Researcher notes

The record names CWE-89 and points to a specific patch commit, but provides no affected version range. Analysis should focus on comparing deployed code against the patched commit and confirming who can reach the affected administrative route.

Mitigation direction

  • Apply upstream patch commit 9513b93c828dfbc4413f9e0df63647401aaf4e58.
  • Check vendor or project guidance for any later equivalent fixes.
  • Restrict access to administrative system preference pages to trusted users.
  • Review database permissions used by the application for least privilege.
  • Prioritize remediation where admin interfaces are internet-reachable.

Validation and detection

  • Inventory deployments of ByWater Solutions bywater-koha-xslt.
  • Confirm whether admin/systempreferences.pl contains the patched StringSearch handling.
  • Review access controls for administrative system preference functionality.
  • Check logs for unusual systempreferences.pl requests involving the name parameter.
  • Verify database accounts limit damage from injection-prone application paths.
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-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 lookup
description · low confidence lookup

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

CVE-2015-10091 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.8 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:M/C:P/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.8CVSS 2.0MediumAV:N/AC:L/Au:M/C:P/I:P/A:P6.46.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

5.8Medium
CVSS 2.0 vector shape for CVE-2015-10091Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:M/C:P/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
ByWater Solutionsbywater-koha-xsltn/aListed
Weakness

CWE details

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

CWE-89 · source CWE mapping

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

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