First published: Thu Sep 05 2024(Updated: )
Cross-Site Scripting (XSS) vulnerability, whereby user-controlled input is not sufficiently encrypted. Exploitation of this vulnerability could allow an attacker to retrieve the session details of an authenticated user through JOBID and USERNAME parameters in /jobportal/process.php.
Credit: cve-coordination@incibe.es
Affected Software | Affected Version | How to fix |
---|---|---|
PHPGurukul Job Portal | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-8471 is categorized as a high severity Cross-Site Scripting (XSS) vulnerability.
To fix CVE-2024-8471, ensure that all user-controlled input is properly validated and encoded before being processed.
CVE-2024-8471 affects PHPGurukul Job Portal version 1.0.
Exploitation of CVE-2024-8471 could allow attackers to access session details of authenticated users.
You can detect CVE-2024-8471 by examining your application's input handling for inadequate validation and encryption mechanisms.