Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-31874 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Taskosaur v1.0.0 has a critical **Role Parameter Validation** flaw during user registration. <br>πŸ’₯ **Consequences**: Attackers can bypass role checks, leading to **Privilege Escalation**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-284** (Improper Access Control). <br>πŸ” **Flaw**: The system fails to properly validate the `role` parameter when a new user registers.…

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Taskosaur** (Open Source AI Project Management Tool). <br>πŸ“¦ **Version**: Specifically **v1.0.0**. <br>⚠️ **Vendor**: Taskosaur. If you are running this exact version, you are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ”“ **Hackers Can**: <br>1. **Escalate Privileges**: Turn a standard user account into an Admin/Manager. <br>2. **Full Control**: Gain High Confidentiality, Integrity, and Availability impact (CVSS H/H/H). <br>3.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. <br>πŸ“ **Auth/Config**: <br>- **Attack Vector**: Network (AV:N) <br>- **Complexity**: Low (AC:L) <br>- **Privileges Required**: None (PR:N) <br>- **User Interaction**: None (UI:N) <b…

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’£ **Public Exploit?**: **No**. <br>πŸ“‚ **PoCs**: The `pocs` array is empty in the data. <br>πŸ”— **References**: GitHub commit and GHSA advisory exist, but no public code exploit is provided yet.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. **Version Check**: Ensure you are NOT running Taskosaur v1.0.0. <br>2. **Registration Test**: Try registering a new user and inspect the HTTP request. Check if the `role` parameter is sent.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix?**: **Yes**. <br>πŸ”— **Patch**: A fix is available via GitHub commit `159a5a8f43761561100a57d34309830550028932`. <br>πŸ“’ **Advisory**: See GHSA-r6gj-4663-p5mr for official details.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable Public Registration**: If possible, restrict user sign-ups to admins only. <br>2.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>πŸ“… **Priority**: **Immediate Action Required**. <br>πŸ“‰ **CVSS Score**: High (3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). <br>πŸ’‘ **Reason**: Zero-auth, low-complexity privilege escalation.…