-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64339ff
commit 664bf43
Showing
2 changed files
with
110 additions
and
36 deletions.
There are no files selected for viewing
110 changes: 110 additions & 0 deletions
110
advisories/github-reviewed/2024/12/GHSA-g2vg-8hfg-79vj/GHSA-g2vg-8hfg-79vj.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
{ | ||
"schema_version": "1.4.0", | ||
"id": "GHSA-g2vg-8hfg-79vj", | ||
"modified": "2024-12-26T20:22:34Z", | ||
"published": "2024-12-24T06:30:42Z", | ||
"aliases": [ | ||
"CVE-2024-9427" | ||
], | ||
"summary": "Koji Cross-site Scripting", | ||
"details": "A vulnerability in Koji was found. An unsanitized input allows for an XSS attack. Javascript code from a malicious link could be reflected in the resulting web page. It is not expected to be able to submit an action or make a change in Koji due to existing XSS protections in the code.", | ||
"severity": [ | ||
{ | ||
"type": "CVSS_V3", | ||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "PyPI", | ||
"name": "koji" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "1.35.0" | ||
}, | ||
{ | ||
"fixed": "1.35.1" | ||
} | ||
] | ||
} | ||
], | ||
"versions": [ | ||
"1.35.0" | ||
] | ||
}, | ||
{ | ||
"package": { | ||
"ecosystem": "PyPI", | ||
"name": "koji" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "1.34.0" | ||
}, | ||
{ | ||
"fixed": "1.34.3" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"package": { | ||
"ecosystem": "PyPI", | ||
"name": "koji" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "1.33.2" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9427" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316047" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://docs.pagure.org/koji/CVEs/CVE-2024-9427" | ||
}, | ||
{ | ||
"type": "PACKAGE", | ||
"url": "https://pagure.io/koji" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://pagure.io/koji/c/8c72d90d7bb991f8fb193851b80847ac9e9474a4?branch=master" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [ | ||
"CWE-116" | ||
], | ||
"severity": "MODERATE", | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2024-12-26T20:22:34Z", | ||
"nvd_published_at": "2024-12-24T04:15:07Z" | ||
} | ||
} |
36 changes: 0 additions & 36 deletions
36
advisories/unreviewed/2024/12/GHSA-g2vg-8hfg-79vj/GHSA-g2vg-8hfg-79vj.json
This file was deleted.
Oops, something went wrong.