Security readout for executives and security teams
Plain-English summary
Piwigo 2.9.0, and possibly earlier versions, had a SQL injection issue in a backend user-listing component. An authenticated remote user could influence pagination parameters and potentially read database information available to the application's database account. The sources do not show active exploitation or a CVSS score.
Executive priority
Prioritize remediation for any internet-facing or multi-user Piwigo deployment. The issue can expose database-backed user information, but available evidence shows authentication is required and does not confirm active exploitation.
Technical view
The issue is in user_list_backend.php. The iDisplayStart and iDisplayLength parameters were not sanitized before being used to build a SQL query for registered users. Impact is information disclosure through SQL injection within the permissions of the database user configured for the Piwigo application.
Likely exposure
Exposure is most likely where Piwigo 2.9.0 or possibly earlier versions are deployed and authenticated users can reach the affected user-list backend. Internet exposure raises concern, but authentication is required per the CVE description.
Exploitation context
The provided sources describe remote authenticated exploitation potential but do not cite active exploitation, public weaponization, or inclusion in CISA KEV. Treat this as a credible application-layer data exposure risk, not confirmed mass exploitation.
Researcher notes
The source bundle lacks CVSS, CWE, and precise fixed-version metadata. Analysis is grounded in the CVE description, the Piwigo issue, the upstream commit reference, and the Wizlynx advisory. Avoid assuming unauthenticated reachability or broader product impact.
Mitigation direction
- Identify Piwigo deployments running version 2.9.0 or possibly earlier.
- Review and apply the upstream Piwigo fix referenced by the project commit.
- Check current Piwigo vendor guidance for the fixed release path.
- Restrict access to authenticated administrative or user-management functions where possible.
- Ensure the Piwigo database account has only required privileges.
Validation and detection
- Inventory exposed Piwigo instances and confirm their running versions.
- Verify user_list_backend.php includes input sanitization for pagination parameters.
- Review application logs for unusual authenticated access to user-listing functions.
- Review database logs for abnormal queries from the Piwigo application account.
- Confirm remediation through vendor release notes or the referenced upstream commit.
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.
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 lookupCVE-2017-9463 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
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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 and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/Piwigo/Piwigo/issues/705CVE reference · x_refsource_MISC
- https://github.com/Piwigo/Piwigo/commit/42920897ce927c236728d387f61bf03d117109a2CVE reference · x_refsource_MISC
- https://www.wizlynxgroup.com/security-research-advisories/vuln/WLX-2017-003CVE reference · x_refsource_MISC
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.
