CVE-2024-35009: CSRF
idccms v1.35 was discovered to contain a Cross-Site Request Forgery (CSRF) via the component /admin/shareswitch.php?mudi=switch&dataType=&fieldName=state&fieldName2=state&tabName=banner&dataID=6.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-35009?
CVE-2024-35009 is classified as a medium severity vulnerability due to its potential to allow unauthorized actions on behalf of logged-in users.
How do I fix CVE-2024-35009?
To fix CVE-2024-35009, implement anti-CSRF tokens in forms and validate requests to ensure they are genuine.
What software is affected by CVE-2024-35009?
CVE-2024-35009 affects idccms version 1.35 and could potentially impact other versions if they utilize the same vulnerable component.
What type of vulnerability is CVE-2024-35009?
CVE-2024-35009 is a Cross-Site Request Forgery (CSRF) vulnerability that allows attackers to perform actions on behalf of users.
How can I detect CVE-2024-35009 in my application?
To detect CVE-2024-35009, review your application for CSRF vulnerabilities, particularly in forms that handle state changes.