Lucene search
+L

116 matches found

ATTACKERKB
ATTACKERKB
added 2023/11/16 5:15 a.m.7 views

CVE-2023-43275

Cross-Site Request Forgery CSRF vulnerability in DedeCMS v5.7 in 110 backend management interface via /catalogadd.php, allows attackers to create crafted web pages due to a lack of verification of the token value of the submitted form...

8.8CVSS5.8AI score0.00323EPSS
SaveExploits1References2
OSV
OSV
added 2023/10/25 6:17 p.m.7 views

CVE-2023-46656

Jenkins Multibranch Scan Webhook Trigger Plugin 1.0.9 and earlier uses a non-constant time comparison function when checking whether the provided and expected webhook token are equal, potentially allowing attackers to use statistical methods to obtain a valid webhook token...

5.3CVSS5.8AI score0.00557EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/10/25 12:0 a.m.7 views

PT-2023-6542 · Jenkins · Jenkins Gogs Plugin +1

Name of the Vulnerable Software and Affected Versions: Jenkins Gogs Plugin versions 1.0.15 and earlier Description: The issue is related to the use of a non-constant time comparison function when checking the equality of provided and expected webhook tokens. This potentially allows attackers to u...

5.3CVSS4.9AI score0.00569EPSS
SaveExploits0References11
OSV
OSV
added 2023/06/20 3:15 p.m.4 views

CVE-2020-20502

Cross Site Request Forgery found in yzCMS v.2.0 allows a remote attacker to execute arbitrary code via the token check function...

6.5CVSS6.1AI score0.00465EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2023/06/20 12:0 a.m.10 views

CVE-2020-20502

Cross Site Request Forgery found in yzCMS v.2.0 allows a remote attacker to execute arbitrary code via the token check function...

7.9AI score0.00465EPSS
SaveExploits1References2
CVE
CVE
added 2023/06/20 12:0 a.m.42 views

CVE-2020-20502

CVE-2020-20502 affects yzCMS v2.0, where a Cross-Site Request Forgery via the token check function allows a remote attacker to execute arbitrary code. The vulnerability is documented across multiple feeds (NVD, Red Hat, PRION, CNNVD, CVE List, etc.) with consistent description: CSRF in yzCMS v.2....

6.5CVSS6.9AI score0.00465EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2023/06/20 12:0 a.m.6 views

PT-2023-11553 · Yzcms · Yzcms

Name of the Vulnerable Software and Affected Versions: yzCMS version 2.0 Description: A Cross Site Request Forgery issue allows a remote attacker to execute arbitrary code via the token check function. Recommendations: For yzCMS version 2.0, update to a version that fixes the token check function...

6.5CVSS8.4AI score0.00465EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2023/02/20 12:0 a.m.29 views

Moodle 3.11.x < 3.11.4 Multiple Vulnerabilities

The version of Moodle installed on the remote host is 3.9.x prior to 3.9.11, 3.10.x prior to 3.10.8 or 3.11.x prior to 3.11.4. It is, therefore, affected by multiple vulnerabilities: - A Remote Code Execution when restoring malformed backup files. CVE-2021-3943 - A vulnerable version of mlbackend...

9.8CVSS7.2AI score0.02383EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2023/02/01 9:12 p.m.7 views

CVE-2023-23750 [20230101] - Core - CSRF within post-installation messages

An issue was discovered in Joomla! 4.0.0 through 4.2.6. A missing token check causes a CSRF vulnerability in the handling of post-installation messages...

7.2AI score0.0023EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/02/01 12:0 a.m.9 views

Joomla! 跨站请求伪造漏洞

Joomla! is a set of forum components used in the Joomla! content management system. A security vulnerability exists in Joomla! versions 4.0.0 through 4.2.6, which stems from a missing token check. An attacker can exploit this vulnerability to perform cross-site request forgery attacks...

6.3CVSS6.3AI score0.0023EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/02/01 12:0 a.m.3 views

PT-2023-19175 · Joomla · Joomla!

Name of the Vulnerable Software and Affected Versions: Joomla! versions 4.0.0 through 4.2.6 Description: A missing token check causes a CSRF vulnerability in the handling of post-installation messages. This issue affects the handling of post-installation messages, potentially allowing for...

6.3CVSS7.1AI score0.0023EPSS
SaveExploits0References8
NVD
NVD
added 2023/01/27 10:15 p.m.25 views

CVE-2023-0558

The ContentStudio plugin for WordPress is vulnerable to authorization bypass due to an unsecure token check that is susceptible to type juggling in versions up to, and including, 1.2.5. This makes it possible for unauthenticated attackers to execute functions intended for use by users with proper...

9.8CVSS9AI score0.00877EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2023/01/27 9:9 p.m.31 views

CVE-2023-0558 ContentStudio <= 1.2.5 - Authorization Bypass

The ContentStudio plugin for WordPress is vulnerable to authorization bypass due to an unsecure token check that is susceptible to type juggling in versions up to, and including, 1.2.5. This makes it possible for unauthenticated attackers to execute functions intended for use by users with proper...

8.2CVSS9.7AI score0.00877EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2023/01/27 12:0 a.m.12 views

PT-2023-16362 · WordPress · Contentstudio

Name of the Vulnerable Software and Affected Versions: ContentStudio plugin for WordPress version 1.2.5 and earlier Description: The issue is related to an authorization bypass due to an unsecure token check that is susceptible to type juggling. This allows unauthenticated attackers to execute...

9.8CVSS9.4AI score0.00877EPSS
SaveExploits1References7
Code423n4
Code423n4
added 2022/12/19 12:0 a.m.8 views

in add function forgot to add not zero for minimum lp

Lines of code Vulnerability details Impact problems in the calculation of the system Proof of Concept requirebaseTokenAmount 0 && fractionalTokenAmount 0, "Input token amount is zero"; Tools Used manually Recommended Mitigation Steps add checks like basetoken --- The text was updated successfully...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/08 12:0 a.m.10 views

MISSING CHECK OF TOKEN RESULTING IN WRONG ANSWER OF LP TOKEN PRICE

Lines of code Vulnerability details Impact When calculating the LP price, due to the lack of checking of the tokens, if both the token0 and token1 of the pair are not wcanto or note, it will lead to the wrong LP price. Proof of Concept if pair.stable // stable pairs will be priced in terms of Not...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2022/08/23 12:0 a.m.444 views

Zimbra Collaboration Server 8.8.x < 8.8.15 Patch 33 / 9.0.0 < 9.0.0 Patch 26 Multiple Vulnerabilities

According to its self-reported version number, Zimbra Collaboration Server is affected by a multiple vulnerabilities, including the following: - An issue was discovered in ProxyServlet.java in the /proxy servlet in Zimbra Collaboration Suite ZCS 8.8.15 and 9.0. The value of the X-Forwarded-Host...

10CVSS8.3AI score0.98586EPSS
SaveExploits17References10
Github Security Blog
Github Security Blog
added 2022/05/24 7:21 p.m.29 views

Moodle contains CSRF vulnerability

A flaw was found in Moodle in versions 3.11 to 3.11.3, 3.10 to 3.10.7, 3.9 to 3.9.10 and earlier unsupported versions. The "delete related badge" functionality did not include the necessary token check to prevent a CSRF risk...

8.8CVSS6.8AI score0.00607EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/05/24 7:21 p.m.22 views

GHSA-3JRJ-X6CJ-97CP Moodle contains CSRF vulnerability

A flaw was found in Moodle in versions 3.11 to 3.11.3, 3.10 to 3.10.7, 3.9 to 3.9.10 and earlier unsupported versions. The "delete related badge" functionality did not include the necessary token check to prevent a CSRF risk...

8.8CVSS8.4AI score0.00607EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/05/17 1:42 a.m.32 views

Cross-Site Request Forgery in Apache Struts

The token check mechanism in Apache Struts 2.0.0 through 2.3.4 does not properly validate the token name configuration parameter, which allows remote attackers to perform cross-site request forgery CSRF attacks by setting the token name configuration parameter to a session attribute...

6.8CVSS5.7AI score0.03333EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder