CVE-2023-4549

Plain English Summary

AI-powered analysis for quick understanding

This vulnerability allows attackers to inject malicious scripts into the WordPress login form, potentially leading to stored cross-site scripting (XSS) attacks, which can compromise user accounts. It occurs because the DoLogin Security plugin fails to properly clean up IP addresses from the X-Forwarded-For header, and it affects versions before 3.7.

Technical Description

The DoLogin Security WordPress plugin before 3.7 does not properly sanitize IP addresses coming from the X-Forwarded-For header, which can be used by attackers to conduct Stored XSS attacks via WordPress' login form.

CVSS Vector Analysis

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionRequired
Confidentiality ImpactLow
Integrity ImpactLow
Availability ImpactNone
ScopeChanged

Vector String

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Exploit Resources

Search for proof-of-concept code and exploit modules

Official References