-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHSA-w8vc-cwv9-wx67 GHSA-x37x-qf4v-f54f GHSA-xjgw-ghrx-wfff GHSA-w8vc-cwv9-wx67 GHSA-x37x-qf4v-f54f GHSA-xjgw-ghrx-wfff
- Loading branch information
1 parent
06af9fc
commit 5ae7c0d
Showing
6 changed files
with
219 additions
and
117 deletions.
There are no files selected for viewing
73 changes: 73 additions & 0 deletions
73
advisories/github-reviewed/2024/07/GHSA-w8vc-cwv9-wx67/GHSA-w8vc-cwv9-wx67.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,73 @@ | ||
{ | ||
"schema_version": "1.4.0", | ||
"id": "GHSA-w8vc-cwv9-wx67", | ||
"modified": "2024-07-17T23:38:04Z", | ||
"published": "2024-07-17T21:31:38Z", | ||
"aliases": [ | ||
"CVE-2024-39124" | ||
], | ||
"summary": "Roundup Cross-site Scripting Vulnerability", | ||
"details": "In Roundup before 2.4.0, classhelpers (_generic.help.html) allow XSS.", | ||
"severity": [ | ||
{ | ||
"type": "CVSS_V3", | ||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" | ||
}, | ||
{ | ||
"type": "CVSS_V4", | ||
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "PyPI", | ||
"name": "roundup" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "2.4.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39124" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/roundup-tracker/roundup/commit/860e3c8d07b05b77c6cdf5d0b6e7dbfe51b11631" | ||
}, | ||
{ | ||
"type": "PACKAGE", | ||
"url": "https://github.com/roundup-tracker/roundup" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://www.roundup-tracker.org" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://www.roundup-tracker.org/docs/security.html#cve-announcements" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [ | ||
"CWE-79" | ||
], | ||
"severity": "MODERATE", | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2024-07-17T23:38:04Z", | ||
"nvd_published_at": "2024-07-17T20:15:06Z" | ||
} | ||
} |
73 changes: 73 additions & 0 deletions
73
advisories/github-reviewed/2024/07/GHSA-x37x-qf4v-f54f/GHSA-x37x-qf4v-f54f.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,73 @@ | ||
{ | ||
"schema_version": "1.4.0", | ||
"id": "GHSA-x37x-qf4v-f54f", | ||
"modified": "2024-07-17T23:38:31Z", | ||
"published": "2024-07-17T21:31:38Z", | ||
"aliases": [ | ||
"CVE-2024-39126" | ||
], | ||
"summary": "Roundup Cross-site Scripting Vulnerability", | ||
"details": "Roundup before 2.4.0 allows XSS via JavaScript in PDF, XML, and SVG documents.", | ||
"severity": [ | ||
{ | ||
"type": "CVSS_V3", | ||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" | ||
}, | ||
{ | ||
"type": "CVSS_V4", | ||
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "PyPI", | ||
"name": "roundup" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "2.4.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39126" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/roundup-tracker/roundup/commit/860e3c8d07b05b77c6cdf5d0b6e7dbfe51b11631" | ||
}, | ||
{ | ||
"type": "PACKAGE", | ||
"url": "https://github.com/roundup-tracker/roundup" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://www.roundup-tracker.org" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://www.roundup-tracker.org/docs/security.html#cve-announcements" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [ | ||
"CWE-79" | ||
], | ||
"severity": "MODERATE", | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2024-07-17T23:38:31Z", | ||
"nvd_published_at": "2024-07-17T20:15:06Z" | ||
} | ||
} |
73 changes: 73 additions & 0 deletions
73
advisories/github-reviewed/2024/07/GHSA-xjgw-ghrx-wfff/GHSA-xjgw-ghrx-wfff.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,73 @@ | ||
{ | ||
"schema_version": "1.4.0", | ||
"id": "GHSA-xjgw-ghrx-wfff", | ||
"modified": "2024-07-17T23:38:20Z", | ||
"published": "2024-07-17T21:31:38Z", | ||
"aliases": [ | ||
"CVE-2024-39125" | ||
], | ||
"summary": "Roundup Cross-site Scripting Vulnerability", | ||
"details": "Roundup before 2.4.0 allows XSS via a SCRIPT element in an HTTP Referer header.", | ||
"severity": [ | ||
{ | ||
"type": "CVSS_V3", | ||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" | ||
}, | ||
{ | ||
"type": "CVSS_V4", | ||
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "PyPI", | ||
"name": "roundup" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "2.4.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39125" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/roundup-tracker/roundup/commit/860e3c8d07b05b77c6cdf5d0b6e7dbfe51b11631" | ||
}, | ||
{ | ||
"type": "PACKAGE", | ||
"url": "https://github.com/roundup-tracker/roundup" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://www.roundup-tracker.org" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://www.roundup-tracker.org/docs/security.html#cve-announcements" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [ | ||
"CWE-79" | ||
], | ||
"severity": "MODERATE", | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2024-07-17T23:38:20Z", | ||
"nvd_published_at": "2024-07-17T20:15:06Z" | ||
} | ||
} |
39 changes: 0 additions & 39 deletions
39
advisories/unreviewed/2024/07/GHSA-w8vc-cwv9-wx67/GHSA-w8vc-cwv9-wx67.json
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
advisories/unreviewed/2024/07/GHSA-x37x-qf4v-f54f/GHSA-x37x-qf4v-f54f.json
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
advisories/unreviewed/2024/07/GHSA-xjgw-ghrx-wfff/GHSA-xjgw-ghrx-wfff.json
This file was deleted.
Oops, something went wrong.