CVE-2025-61167: SIGB PMB v8.0.1.14 was discovered to contain multiple SQL injection vulnerabilities in the /opac_css/ajax_s...
SIGB PMB v8.0.1.14 was discovered to contain multiple SQL injection vulnerabilities in the /opac_css/ajax_selector.php component via the id and datas parameters.
Security readout for executives and security teams
Plain-English summary
CVE-2025-61167 is a SQL injection issue in SIGB PMB v8.0.1.14. An unauthenticated remote attacker may be able to influence database queries through the OPAC AJAX selector component, risking limited data disclosure or modification. The provided sources do not show active exploitation.
Executive priority
Treat this as a moderate-priority remediation for internet-facing library catalog systems. It is not KEV-listed in the supplied data, but unauthenticated SQL injection can create business risk if the affected component is exposed.
Technical view
The CVE describes multiple CWE-89 SQL injection vulnerabilities in /opac_css/ajax_selector.php through the id and datas parameters. CVSS 3.1 is 6.5: network reachable, low complexity, no privileges, no user interaction, unchanged scope, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure appears limited to organizations running SIGB PMB v8.0.1.14 with the affected OPAC component reachable. The CVE record does not provide vendor/product CPEs, so inventory validation must rely on application identification, version checks, and route exposure.
Exploitation context
The source bundle includes a public technical gist and a vendor changelog reference. KEV is false, and the supplied sources do not establish active exploitation. Public detail may still help defenders prioritize validation and log review.
Researcher notes
Evidence is narrow but consistent: the CVE states SQL injection in two parameters and provides a CVSS vector. The affected metadata lacks CPEs and names vendor/product as n/a, so researchers should avoid broad product claims beyond SIGB PMB v8.0.1.14.
Mitigation direction
Check SIGB PMB vendor guidance and changelog for the fixed release or security note.
Upgrade affected SIGB PMB deployments once the vendor-confirmed fix is identified.
Limit external access to the OPAC component if business operations allow.
Monitor application and database logs for suspicious access to ajax_selector.php.
Apply input validation or query parameterization only if maintaining a custom fork.
Validation and detection
Inventory SIGB PMB deployments and identify any running v8.0.1.14.
Confirm whether /opac_css/ajax_selector.php is reachable from untrusted networks.
Review vendor changelog entries for security fixes affecting the OPAC AJAX selector.
Check logs for unusual id or datas parameter activity without replaying exploit payloads.
Verify remediation by confirming the deployed version matches vendor guidance.
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.
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.
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
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
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.
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.