Skip to main content

CWE-352

Cross-Site Request Forgery (CSRF)

7873 CVEs Avg CVSS 6.6 MITRE
91
CRITICAL
3351
HIGH
4261
MEDIUM
165
LOW
2299
POC
4
KEV

Monthly

CVE-2026-76961 Sep 08, 00:12 LOW Monitor

Cross-Site Request Forgery in SAP S/4HANA Finance (Advanced Payment Management) allows a low-privileged attacker to craft a malicious link or page that, when interacted with by an authenticated victim, triggers unintended server-side actions on their behalf. The impact is limited to low-integrity and low-confidentiality effects with no availability impact, confirmed by SAP as part of Security Patch Day (Note 3371336). No public exploit code or active exploitation has been identified at time of analysis.

CSRF SAP Sap Se Sap S 4Hana Finance For Advanced Payment Management
NVD
CVSS 3.1
3.5
CVE-2026-76960 Sep 08, 00:11 LOW Monitor

Cross-Site Request Forgery in SAP S/4HANA Finance (Advanced Payment Management) enables a low-privileged attacker to craft a malicious link or web page that, when visited by an authenticated user, submits unauthorized requests to the SAP web server on that user's behalf. The impact is bounded by the description to low integrity and low confidentiality effects, with no availability impact. No public exploit or KEV listing exists at time of analysis, and CVSS 3.5 correctly reflects the low overall severity.

CSRF SAP Sap Se Sap S 4Hana Finance For Advanced Payment Management
NVD
CVSS 3.1
3.5
CVE-2026-76959 Sep 08, 00:11 MEDIUM This Month

Cross-site request forgery in SAP S/4HANA Finance (Advanced Payment Management) allows a low-privileged attacker to trigger unintended financial actions on the web server on behalf of an authenticated victim. The attacker crafts a malicious link or page; if the authenticated victim interacts with it, their browser submits forged requests that bypass CSRF protection, resulting in low-level confidentiality and integrity impact. No public exploit is identified at time of analysis, and availability is unaffected.

CSRF SAP Sap Se Sap S 4Hana Finance For Advanced Payment Management
NVD
CVSS 3.1
4.6
CVE-2026-86307 Sep 07, 13:15 LOW POC Monitor

Cross-site request forgery in light0011 cms (rolling-release, at minimum through commits c774dce3 and f72cf46f) allows a remote attacker to perform unauthorized state-changing operations on behalf of an authenticated CMS user by inducing that user to visit a malicious page. A public proof-of-concept is documented in GitHub issue #12, and the project maintainer has not responded to the disclosure, leaving the vulnerability unpatched. The CVSS 4.0 score of 5.3 reflects the moderate but real-world risk: low integrity impact, no confidentiality exposure, and a mandatory passive user-interaction requirement.

CSRF Cms Light0011
NVD VulDB GitHub
CVSS 4.0
2.1
CVE-2026-86281 Sep 07, 07:30 LOW POC Monitor

Cross-site request forgery in SourceCodester Syllabus-Aligned Learning Management & Examination System 1.0 allows a remote unauthenticated attacker to perform unauthorized state-changing actions on behalf of an authenticated victim by tricking them into visiting a malicious page. The vulnerability stems from missing CSRF tokens on one or more application functions, as documented in a public exploit report filed under VULN-08-CSRF-Missing-Tokens. A proof-of-concept exploit is publicly available on GitHub, though no active exploitation has been confirmed by CISA KEV.

CSRF Syllabus Aligned Learning Management Examination System Sourcecodester
NVD VulDB GitHub
CVSS 4.0
2.1
EPSS
0.2%
CVE-2026-86182 Sep 06, 08:45 LOW POC Monitor

Cross-site request forgery in diem-project/diem up to version 5.1.3 allows remote attackers to trigger unauthorized console command execution by tricking an authenticated administrator into visiting a malicious page. The vulnerability resides in the dmConsole module's executeCommand action, which processes the dm_command parameter without verifying request origin. A public proof-of-concept exploit exists via GitHub issue #449, and the vendor has not responded to the coordinated disclosure, leaving no patch available.

PHP CSRF Diem Diem Project
NVD VulDB GitHub
CVSS 4.0
2.1
EPSS
0.2%
CVE-2026-82712 Sep 04, 21:17 HIGH CISA Act Now

Cross-site request forgery in Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior allows a remote unauthenticated attacker to perform unauthorized state-changing operations on an industrial DC power monitoring device by tricking an authenticated administrator into visiting a malicious webpage. Reported via CISA ICS-CERT advisory ICSA-26-246-08, the vulnerability is rooted in a missing anti-CSRF mechanism in the device web interface; a firmware upgrade to v2.4.2 is available. No public exploit code or confirmed active exploitation has been identified at time of analysis, though the OT deployment context elevates operational consequence.

CSRF
NVD GitHub
CVSS 4.0
8.6
EPSS
0.2%
CVE-2026-82911 Sep 04, 15:33 MEDIUM PATCH This Month

Order confirmation in Roskus Prospero Flow CRM before 5.15.11 can be triggered by an unauthenticated attacker on behalf of any authenticated user through a classic CSRF exploit. The root cause is a state-changing action exposed via HTTP GET at /order/confirm/{order_number}, which Laravel's VerifyCsrfToken middleware does not protect - middleware enforcement is limited to POST, PUT, PATCH, and DELETE. Because session cookies are configured with SameSite=Lax, a single crafted link navigated by the victim automatically includes their session cookie, silently transitioning the target order from pending to confirmed. Sequential integer order numbers further allow an attacker to enumerate and mass-confirm all outstanding orders in a single automated sweep. No public exploit or KEV listing is identified at time of analysis; vendor patch is available in 5.15.11.

CSRF Prospero Flow Crm Roskus
NVD GitHub
CVSS 4.0
5.1
EPSS
0.2%
CVE-2026-85547 Sep 04, 09:40 MEDIUM PATCH This Month

Cross-site request forgery in MISP allows an unauthenticated remote attacker to trigger unauthorized state changes on behalf of any authenticated user by abusing MISP's REST detection logic. The root flaw is that CSRF and form-security exemptions were granted whenever a request was classified as REST-style - a classification controlled by the HTTP Accept header, which cross-origin pages can freely set to application/json without triggering a CORS preflight. Any authenticated MISP analyst who visits an attacker-controlled page can have events created, modified, published, or deleted against their MISP instance using their own session. No public exploit has been identified at time of analysis, but the technique requires only standard browser APIs and social engineering, placing practical exploitation complexity well below the CVSS surface complexity rating.

CSRF Misp
NVD GitHub VulDB
CVSS 4.0
6.2
EPSS
0.3%
CVE-2026-85546 Sep 04, 09:27 HIGH PATCH This Week

Cross-site request forgery in MISP's sharing group quick-edit feature allows an unauthenticated attacker to manipulate threat intelligence sharing group membership by tricking a privileged MISP user into loading a crafted URL. The root cause is that HTTP method enforcement - which should have restricted the addOrg, removeOrg, addServer, and removeServer actions to POST-only - was commented out in the shared helper __initialiseSGQuickEdit(), leaving all four endpoints reachable via GET. Successful exploitation can silently add or remove organisations and servers from a sharing group, potentially exposing sensitive threat intelligence to unintended recipients or severing legitimate information-sharing relationships.

CSRF Misp
NVD GitHub VulDB
CVSS 4.0
8.6
EPSS
0.2%
CVSS 3.5
LOW Monitor

Cross-Site Request Forgery in SAP S/4HANA Finance (Advanced Payment Management) allows a low-privileged attacker to craft a malicious link or page that, when interacted with by an authenticated victim, triggers unintended server-side actions on their behalf. The impact is limited to low-integrity and low-confidentiality effects with no availability impact, confirmed by SAP as part of Security Patch Day (Note 3371336). No public exploit code or active exploitation has been identified at time of analysis.

CSRF SAP Sap Se +1
NVD
CVSS 3.5
LOW Monitor

Cross-Site Request Forgery in SAP S/4HANA Finance (Advanced Payment Management) enables a low-privileged attacker to craft a malicious link or web page that, when visited by an authenticated user, submits unauthorized requests to the SAP web server on that user's behalf. The impact is bounded by the description to low integrity and low confidentiality effects, with no availability impact. No public exploit or KEV listing exists at time of analysis, and CVSS 3.5 correctly reflects the low overall severity.

CSRF SAP Sap Se +1
NVD
CVSS 4.6
MEDIUM This Month

Cross-site request forgery in SAP S/4HANA Finance (Advanced Payment Management) allows a low-privileged attacker to trigger unintended financial actions on the web server on behalf of an authenticated victim. The attacker crafts a malicious link or page; if the authenticated victim interacts with it, their browser submits forged requests that bypass CSRF protection, resulting in low-level confidentiality and integrity impact. No public exploit is identified at time of analysis, and availability is unaffected.

CSRF SAP Sap Se +1
NVD
CVSS 2.1
LOW POC Monitor

Cross-site request forgery in light0011 cms (rolling-release, at minimum through commits c774dce3 and f72cf46f) allows a remote attacker to perform unauthorized state-changing operations on behalf of an authenticated CMS user by inducing that user to visit a malicious page. A public proof-of-concept is documented in GitHub issue #12, and the project maintainer has not responded to the disclosure, leaving the vulnerability unpatched. The CVSS 4.0 score of 5.3 reflects the moderate but real-world risk: low integrity impact, no confidentiality exposure, and a mandatory passive user-interaction requirement.

CSRF Cms Light0011
NVD VulDB GitHub
EPSS 0% CVSS 2.1
LOW POC Monitor

Cross-site request forgery in SourceCodester Syllabus-Aligned Learning Management & Examination System 1.0 allows a remote unauthenticated attacker to perform unauthorized state-changing actions on behalf of an authenticated victim by tricking them into visiting a malicious page. The vulnerability stems from missing CSRF tokens on one or more application functions, as documented in a public exploit report filed under VULN-08-CSRF-Missing-Tokens. A proof-of-concept exploit is publicly available on GitHub, though no active exploitation has been confirmed by CISA KEV.

CSRF Syllabus Aligned Learning Management Examination System Sourcecodester
NVD VulDB GitHub
EPSS 0% CVSS 2.1
LOW POC Monitor

Cross-site request forgery in diem-project/diem up to version 5.1.3 allows remote attackers to trigger unauthorized console command execution by tricking an authenticated administrator into visiting a malicious page. The vulnerability resides in the dmConsole module's executeCommand action, which processes the dm_command parameter without verifying request origin. A public proof-of-concept exploit exists via GitHub issue #449, and the vendor has not responded to the coordinated disclosure, leaving no patch available.

PHP CSRF Diem +1
NVD VulDB GitHub
EPSS 0% CVSS 8.6
HIGH Act Now

Cross-site request forgery in Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior allows a remote unauthenticated attacker to perform unauthorized state-changing operations on an industrial DC power monitoring device by tricking an authenticated administrator into visiting a malicious webpage. Reported via CISA ICS-CERT advisory ICSA-26-246-08, the vulnerability is rooted in a missing anti-CSRF mechanism in the device web interface; a firmware upgrade to v2.4.2 is available. No public exploit code or confirmed active exploitation has been identified at time of analysis, though the OT deployment context elevates operational consequence.

CSRF
NVD GitHub
EPSS 0% CVSS 5.1
MEDIUM PATCH This Month

Order confirmation in Roskus Prospero Flow CRM before 5.15.11 can be triggered by an unauthenticated attacker on behalf of any authenticated user through a classic CSRF exploit. The root cause is a state-changing action exposed via HTTP GET at /order/confirm/{order_number}, which Laravel's VerifyCsrfToken middleware does not protect - middleware enforcement is limited to POST, PUT, PATCH, and DELETE. Because session cookies are configured with SameSite=Lax, a single crafted link navigated by the victim automatically includes their session cookie, silently transitioning the target order from pending to confirmed. Sequential integer order numbers further allow an attacker to enumerate and mass-confirm all outstanding orders in a single automated sweep. No public exploit or KEV listing is identified at time of analysis; vendor patch is available in 5.15.11.

CSRF Prospero Flow Crm Roskus
NVD GitHub
EPSS 0% CVSS 6.2
MEDIUM PATCH This Month

Cross-site request forgery in MISP allows an unauthenticated remote attacker to trigger unauthorized state changes on behalf of any authenticated user by abusing MISP's REST detection logic. The root flaw is that CSRF and form-security exemptions were granted whenever a request was classified as REST-style - a classification controlled by the HTTP Accept header, which cross-origin pages can freely set to application/json without triggering a CORS preflight. Any authenticated MISP analyst who visits an attacker-controlled page can have events created, modified, published, or deleted against their MISP instance using their own session. No public exploit has been identified at time of analysis, but the technique requires only standard browser APIs and social engineering, placing practical exploitation complexity well below the CVSS surface complexity rating.

CSRF Misp
NVD GitHub VulDB
EPSS 0% CVSS 8.6
HIGH PATCH This Week

Cross-site request forgery in MISP's sharing group quick-edit feature allows an unauthenticated attacker to manipulate threat intelligence sharing group membership by tricking a privileged MISP user into loading a crafted URL. The root cause is that HTTP method enforcement - which should have restricted the addOrg, removeOrg, addServer, and removeServer actions to POST-only - was commented out in the shared helper __initialiseSGQuickEdit(), leaving all four endpoints reachable via GET. Successful exploitation can silently add or remove organisations and servers from a sharing group, potentially exposing sensitive threat intelligence to unintended recipients or severing legitimate information-sharing relationships.

CSRF Misp
NVD GitHub VulDB

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy