Skip to content

Commit 8207385

Browse files
ankanepostmodern
authored andcommitted
Added CVE-2023-25015 for clockwork_web
1 parent 04cb4e2 commit 8207385

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gems/clockwork_web/CVE-2023-25015.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)