CVE-2026-96673 Details
Description
Photoview through 2.4.0 contains an SQL injection vulnerability in the album download route that allows unauthenticated attackers to inject SQL by manipulating the album_id path segment. Attackers can supply crafted SQL expressions in the album_id parameter to extract arbitrary data from the database using time-based or blind injection techniques.
A SQL injection vulnerability has been identified in PhotoView versions through 2.4.0, specifically in the album download route. This vulnerability allows unauthenticated attackers to inject SQL by manipulating the album_id path segment. The injected SQL can be used to extract arbitrary data from the database using time-based or blind injection techniques. The issue arises because the application trusts the album_id parameter without proper validation, directly passing it to the database query. This flaw enables attackers to bypass authorization checks and manipulate database records.
Users are advised to update to PhotoView version 2.4.0 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 23, 2026CISA-ADP
Assessed Sep 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://hackmd.io/@leediay/sqli-in-download-photoview | CISA-ADP | ExploitTechnical Description |
| https://github.com/photoview/photoview | [email protected] | Vendor |
| https://github.com/photoview/photoview/blob/v2.4.0/api/routes/downloads.go#L19-L29 | [email protected] | Source CodeVendor |
| https://github.com/photoview/photoview/commit/deb1b216e047a30803dc0f48a9fc3d4c4abda594 | [email protected] | Source CodeVendor |
| https://github.com/photoview/photoview/pull/1453 | [email protected] | Issue TrackingVendor |
| https://hackmd.io/@leediay/sqli-in-download-photoview | [email protected] | ExploitTechnical Description |
| https://www.vulncheck.com/advisories/photoview-through-2.4.0-sql-injection-via-album-download-route | [email protected] | AdvisoryBundleRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Photoview | <= 2.4.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 23, 2026 | CVE Modified | CISA-ADP |
| Sep 23, 2026 | New CVE Received | [email protected] |
Volerion