You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Tested on: Linux 5.15.0-107, Python 3.10.12, lxml 4.9.4
7
+
# CVE: CVE-2024-39123
8
+
9
+
## Vulnerability Description
10
+
Calibre-web 0.6.21 is vulnerable to a Stored Cross-Site Scripting (XSS) vulnerability. This vulnerability allows an attacker to inject malicious scripts that get stored on the server and executed in the context of another user's session.
11
+
12
+
## Steps to Reproduce
13
+
1. Log in to the application.
14
+
2. Upload a new book.
15
+
3. Access the Books List functionality from the `/table?data=list&sort_param=stored` endpoint.
16
+
4. In the `Comments` field, input the following payload:
17
+
18
+
<a href=javas%1Bcript:alert()>Hello there!</a>
19
+
20
+
4. Save the changes.
21
+
5. Upon clicking the description on the book that was created, in the Book Details, the payload was successfully injected in the Description field. By clicking on the message, an alert box will appear, indicating the execution of the injected script.
0 commit comments