PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-17607 chuck1982 CVE debrief

The WP Inventory Manager plugin for WordPress is vulnerable to SQL Injection via the 'where' shortcode attribute of the [wpinventory] shortcode in versions up to, and including, 2.5.1. This is due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query in the WPIMItem::get_all() function — parse_custom_where() only performs html_entity_decode(), strips semicolons, and does field-label name replacements, without using $wpdb->prepare() or a whitelist. The resulting string is concatenated into a raw SELECT statement that is executed via $wpdb->get_results(). This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Vendor
chuck1982
Product
WP Inventory Manager
CVSS
MEDIUM 6.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-18
Original CVE updated
2026-09-18
Advisory published
2026-09-18
Advisory updated
2026-09-18

Who should care

Defenders responsible for WordPress installations with the WP Inventory Manager plugin should assess exposure and prioritize patching or mitigating the vulnerability. This involves verifying the exposure of WP Inventory Manager plugin versions up to 2.5.1, assessing the inventory of WordPress installations for potential SQL injection vulnerabilities, and prioritizing patching or mitigating the vulnerability in the WP Inventory Manager plugin. Additionally,

Why it matters

The WP Inventory Manager plugin for WordPress is vulnerable to SQL Injection, allowing authenticated attackers to extract sensitive information from the database. Defenders should prioritize verifying exposure and patching or mitigating the vulnerability.

  • Authenticated attackers with Contributor-level access and above can append additional SQL queries into existing queries to extract sensitive information from the database.
  • SQL injection vulnerability can lead to data breaches and unauthorized access to sensitive information.
  • Defenders need to verify exposure of WP Inventory Manager plugin versions up to 2.5.1 and assess the inventory of WordPress installations for potential SQL injection vulnerabilities.
  • Patching or mitigating the vulnerability in the WP Inventory Manager plugin is crucial to prevent exploitation.

Technical summary

The WP Inventory Manager plugin for WordPress is vulnerable to SQL Injection via the 'where' shortcode attribute of the [wpinventory] shortcode in versions up to, and including, 2.5.1. This is due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query in the WPIMItem::get_all() function. The vulnerability allows authenticated attackers with Contributor-level access and above to append additional SQL queries into existing queries, potentially leading to data breaches and unauthorized access to sensitive information. Defenders should prioritize verifying exposure of WP Inventory Manager plugin versions up to 2.5.1 and assess the inventory of WordPress

Defensive priority

Defenders should prioritize verifying exposure of WP Inventory Manager plugin versions up to 2.5.1 and assess the inventory of WordPress installations for potential SQL injection vulnerabilities.

Recommended defensive actions

  • Verify exposure of WP Inventory Manager plugin versions up to 2.5.1
  • Assess the inventory of WordPress installations for potential SQL injection vulnerabilities
  • Prioritize patching or mitigating the vulnerability in the WP Inventory Manager plugin
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and NVD entry provide details on the SQL injection vulnerability in the WP Inventory Manager plugin. The vulnerability is due to insufficient escaping and lack of preparation in the WPIMItem::get_all() function. The CVE record and NVD entry also provide references to the affected code.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-17607 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-17607

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-17607 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-17607

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/wp-inventory-manager/tags/2.4.1/includes/wpinventory.item.class.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/wp-inventory-manager/tags/2.4.1/includes/wpinventory.shortcode.class.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/wp-inventory-manager/tags/2.4.1/wpinventory.core.php

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.