PatchSiren cyber security CVE debrief
CVE-2026-45293 WordPress CVE debrief
A vulnerability in WordPress Coding Standards, a set of PHP_CodeSniffer rules, could allow arbitrary command execution on the scanning host when running PHPCS with WordPressCS over untrusted PHP. This issue affects CI pipelines and developers reviewing third-party code. The vulnerability exists in versions from 0.14.1 until 3.4.1, specifically in the WordPress.WP.EnqueuedResourceParameters sniff. The issue is fixed in version 3.4.1. Defenders should assess exposure and apply patches or mitigations as needed.
- Vendor
- WordPress
- Product
- WordPress-Coding-Standards
- CVSS
- HIGH 8.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-28
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-07-28
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for CI pipelines, developers reviewing third-party code, and teams using PHP_CodeSniffer with WordPressCS should assess exposure and apply patches or mitigations as needed.
Why it matters
A vulnerability in WordPress Coding Standards could allow arbitrary command execution on the scanning host when running PHPCS with WordPressCS over untrusted PHP, impacting CI pipelines and developers reviewing third-party code.
- Arbitrary command execution on the scanning host
- Potential for malicious code execution during PHPCS scans
- Need for verification of exposure in CI pipelines and developer environments
- Priority for patching or mitigating vulnerable WordPress Coding Standards versions
Technical summary
The WordPress.WP.EnqueuedResourceParameters sniff in WordPress Coding Standards reconstructs the $ver argument passed to functions like wp_enqueue_script() and runs it through eval() inside its is_falsy() method. A maliciously crafted argument can execute during a scan, leading to arbitrary command execution on the scanning host. This issue affects CI pipelines and developers reviewing third-party code. The vulnerability is fixed in version 3.4.1 of WordPress Coding Standards. Defenders should prioritize verifying exposure in CI pipelines and developer environments.
Defensive priority
Defenders should prioritize verifying exposure in CI pipelines and developer environments, and apply patches or mitigations as needed.
Recommended defensive actions
- Verify exposure in CI pipelines and developer environments
- Apply patches or mitigations as needed
- Monitor for suspicious activity in PHP_CodeSniffer scans
- 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 vulnerability exists in WordPress Coding Standards versions from 0.14.1 until 3.4.1, specifically in the WordPress.WP.EnqueuedResourceParameters sniff. The issue is fixed in version 3.4.1. Evidence is limited to public sources and vendor statements. Defenders should verify exposure in CI pipelines and developer environments with caution, considering potential limitations in available information.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45293 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45293
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45293 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45293
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/WordPress/WordPress-Coding-Standards/commit/a29048d0bbef5cf25d42349c74e4072d3cbc8325
-
Source reference
Unverified legacy reference
URL: https://github.com/WordPress/WordPress-Coding-Standards/pull/2771
-
Source reference
Unverified legacy reference
URL: https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/3.4.1
-
Source reference
Unverified legacy reference
URL: https://github.com/WordPress/WordPress-Coding-Standards/security/advisories/GHSA-3pwp-g2mj-5p3v
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.