CVE-2017-16510
Description
WordPress before 4.8.3 is affected by an issue where $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi) in plugins and themes, as demonstrated by a "double prepare" approach, a different vulnerability than CVE-2017-14723.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2017-16510
Vendor advisory: cve@mitre.org — https://wpvulndb.com/vulnerabilities/8941
Vendor advisory: cve@mitre.org — https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/
Vendor advisory: cve@mitre.org — https://github.com/WordPress/WordPress/commit/a2693fd8602e3263b5925b9d799ddd577202167d
Vendor advisory: cve@mitre.org — https://codex.wordpress.org/Version_4.8.3
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 4.8.3+dfsg-1 |
| debian | bullseye | fixed | 4.8.3+dfsg-1 |
| debian | forky | fixed | 4.8.3+dfsg-1 |
| debian | sid | fixed | 4.8.3+dfsg-1 |
| debian | trixie | fixed | 4.8.3+dfsg-1 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| wordpress | wordpress | {"endIncluding":"4.8.2"} | |
References
- http://www.securityfocus.com/bid/101638
- https://blog.ircmaxell.com/2017/10/disclosure-wordpress-wpdb-sql-injection-technical.html
- https://codex.wordpress.org/Version_4.8.3
- https://github.com/WordPress/WordPress/commit/a2693fd8602e3263b5925b9d799ddd577202167d
- https://lists.debian.org/debian-lts-announce/2017/11/msg00003.html
- https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/
- https://wpvulndb.com/vulnerabilities/8941
- https://www.debian.org/security/2018/dsa-4090
- https://security-tracker.debian.org/tracker/CVE-2017-16510
CWEs
CWE-89
Verify integrity in audit chain (admin only). AS-IS.