What the vulnerability does
01Description
Cross-Site Request Forgery (CSRF) vulnerability in bnielsen Indeed API indeed-api allows Cross Site Request Forgery.This issue affects Indeed API: from n/a through <= 0.5.
CVSS base score
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
What the vulnerability does
Cross-Site Request Forgery (CSRF) vulnerability in bnielsen Indeed API indeed-api allows Cross Site Request Forgery.This issue affects Indeed API: from n/a through <= 0.5.
Explanation of Vulnerability in Simple Terms
The Indeed API contains a cross-site request forgery (CSRF) vulnerability in versions 0.5 and earlier. An attacker can craft a malicious webpage that, when visited by an authenticated user, performs unwanted actions on their behalf through the API. The vulnerability requires user interaction and does not expose sensitive data, but can modify information or settings.
What an attacker can do
Trick a logged-in user into visiting a malicious page that performs unwanted API actions on their behalf.
Potential impact on your site
Users' API actions can be hijacked if they visit untrusted sites while logged in; implement CSRF tokens or SameSite cookies to mitigate.
Conditions required to exploit
User must be authenticated to the Indeed API and click a malicious link or visit an attacker-controlled page.
Key dates
External resources
Related vulnerabilities