Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADDED CVE-2020-24881 #11199

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions http/cves/2020/CVE-2020-24881.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
id: CVE-2020-24881

info:
name: osTicket <1.14.3 - Server-Side Request Forgery (SSRF)
author: harshtech123
severity: critical
description: osTicket before version 1.14.3 contains a Server-Side Request Forgery (SSRF) vulnerability, which allows attackers to perform internal port scans and potentially add malicious files by manipulating requests.
impact: |
An attacker can leverage this vulnerability to perform unauthorized network scans, potentially exposing internal services or delivering malicious content.
remediation: |
Update osTicket to version 1.14.3 or later to mitigate this vulnerability.
reference:
- https://blackbatsec.medium.com/cve-2020-24881-server-side-request-forgery-in-osticket-eea175e147f0
- https://nvd.nist.gov/vuln/detail/CVE-2020-24881
- https://github.com/ARPSyndicate/kenzer-templates
- https://github.com/osTicket/osTicket
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
cvss-score: 9.4
cve-id: CVE-2020-24881
cwe-id: CWE-918
epss-score: 0.02672
epss-percentile: 0.94526
cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: osTicket
product: osTicket
tags: cve2020,cve,ssrf,osticket,oss

requests:
- method: GET
path:
- "{{BaseURL}}/path/to/vulnerable/endpoint?target=http://127.0.0.1:80"

matchers-condition: and
matchers:
- type: status
status:
- 200

- type: word
words:
- "Expected content or response indicating SSRF vulnerability"

extractors:
- type: regex
regex:
- "(desired information from the response)"