We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cb4e2 commit 8207385Copy full SHA for 8207385
gems/clockwork_web/CVE-2023-25015.yml
@@ -0,0 +1,14 @@
1
+---
2
+gem: clockwork_web
3
+cve: 2023-25015
4
+url: https://github.com/ankane/clockwork_web/issues/4
5
+title: CSRF Vulnerability with Rails < 5.2
6
+date: 2023-02-01
7
+description: |
8
+ Clockwork Web is vulnerable to cross-site request forgery (CSRF) with Rails < 5.2.
9
+
10
+ A CSRF attack works by getting an authorized user to visit a malicious website and
11
+ then performing requests on behalf of the user. In this instance, actions include
12
+ enabling and disabling jobs.
13
+patched_versions:
14
+- ">= 0.1.2"
0 commit comments