Vulnerability Description
YetAnotherForum.NET (YAF.NET) is a C# ASP.NET forum. Prior to 4.0.5, Any admin OnPost… handler executes its side effects before the ResultFilterAttribute rewrites the response to a 302 to /Info/4. The most impactful abuse is /Admin/RunSql, whose OnPostRunQuery binds Editor from the POST body and passes it straight to IDbAccess.RunSql with no caller check, yielding arbitrary SQL execution for any low-privileged user. This vulnerability is fixed in 4.0.5.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/YAFNET/YAFNET/security/advisories/GHSA-xhw7-j96h-c3g5
- https://github.com/YAFNET/YAFNET/security/advisories/GHSA-xhw7-j96h-c3g5
FAQ
What is CVE-2026-43937?
CVE-2026-43937 is a vulnerability with a CVSS score of 8.8 (HIGH). YetAnotherForum.NET (YAF.NET) is a C# ASP.NET forum. Prior to 4.0.5, Any admin OnPost… handler executes its side effects before the ResultFilterAttribute rewrites the response to a 302 to /Info/4. The...
How severe is CVE-2026-43937?
CVE-2026-43937 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-43937?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.