Skip to content

Commit

Permalink
Publish Advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Dec 26, 2024
1 parent 64339ff commit 664bf43
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 36 deletions.
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"
}
}

This file was deleted.

0 comments on commit 664bf43

Please sign in to comment.