PatchSiren

PatchSiren cyber security CVE debrief

CVE-2017-5492 Wordpress CVE debrief

CVE-2017-5492 is a cross-site request forgery issue in WordPress widget-editing accessibility mode. A remote attacker could trick an authenticated victim into submitting a widgets-access request without consent, potentially changing widget settings in the victim's session. WordPress addressed the issue in version 4.7.1.

Vendor
Wordpress
Product
Unknown
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2017-01-15
Original CVE updated
2026-05-13
Advisory published
2017-01-15
Advisory updated
2026-05-13

Who should care

WordPress site owners, administrators, and anyone managing wp-admin access on installations running WordPress 4.7 or earlier should treat this as relevant. It matters most where privileged users can be induced to follow attacker-controlled links or otherwise load forged requests while logged in.

Technical summary

NVD classifies the issue as CWE-352 and lists affected WordPress versions through 4.7. The vulnerable path involves the widget-editing accessibility-mode flow in wp-admin/includes/class-wp-screen.php and wp-admin/widgets.php. Because the request is processed in an authenticated admin context, the attack depends on user interaction (CVSS vector includes UI:R) but can still impact confidentiality, integrity, and availability at high severity.

Defensive priority

High

Recommended defensive actions

  • Upgrade WordPress to 4.7.1 or later as the primary remediation.
  • Verify all sites and test environments are not running WordPress 4.7 or earlier.
  • Review any admin-side customizations or automation that interact with widget management for proper CSRF protections.
  • Limit access to privileged WordPress accounts to only users who need widget administration.
  • Monitor for unexpected widget configuration changes in administrative activity logs after upgrading.

Evidence notes

The NVD record identifies the weakness as CWE-352 and lists vulnerable WordPress versions ending at 4.7 with CVSS 3.0 vector AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H. WordPress release notes for 4.7.1 and the linked core commit show the vendor fix, while the WordPress security announcement confirms the remediation path.

Sources and references

Verified primary and authoritative sources

  • CVE-2017-5492 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2017-5492

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

  • CVE-2017-5492 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2017-5492

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

Supplemental references

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.