From 102a0c57d1c121e7669668618e7352e926cc0932 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:02:38 +0000 Subject: [PATCH] Publish Advisories GHSA-f7fv-v9rh-prvc GHSA-f7fv-v9rh-prvc --- .../GHSA-f7fv-v9rh-prvc.json | 78 +++++++++++++++++++ .../GHSA-f7fv-v9rh-prvc.json | 51 ------------ 2 files changed, 78 insertions(+), 51 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-f7fv-v9rh-prvc/GHSA-f7fv-v9rh-prvc.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-f7fv-v9rh-prvc/GHSA-f7fv-v9rh-prvc.json diff --git a/advisories/github-reviewed/2022/05/GHSA-f7fv-v9rh-prvc/GHSA-f7fv-v9rh-prvc.json b/advisories/github-reviewed/2022/05/GHSA-f7fv-v9rh-prvc/GHSA-f7fv-v9rh-prvc.json new file mode 100644 index 00000000000..90473d5d6ec --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-f7fv-v9rh-prvc/GHSA-f7fv-v9rh-prvc.json @@ -0,0 +1,78 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-f7fv-v9rh-prvc", + "modified": "2024-05-01T11:01:32Z", + "published": "2022-05-17T05:23:55Z", + "aliases": [ + "CVE-2012-2374" + ], + "summary": "Tornado CRLF injection vulnerability", + "details": "CRLF injection vulnerability in the `tornado.web.RequestHandler.set_header` function in Tornado before 2.2.1 allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via crafted input.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "tornado" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.2.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2374" + }, + { + "type": "WEB", + "url": "https://github.com/tornadoweb/tornado/commit/1ae91f6d58e6257e0ab49d295d8741ce1727bdb7" + }, + { + "type": "PACKAGE", + "url": "https://github.com/tornadoweb/tornado" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20140720192646/http://secunia.com/advisories/49185" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20200229124524/http://www.securityfocus.com/bid/53612" + }, + { + "type": "WEB", + "url": "http://openwall.com/lists/oss-security/2012/05/18/12" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2012/05/18/6" + }, + { + "type": "WEB", + "url": "http://www.tornadoweb.org/documentation/releases/v2.2.1.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-01T11:01:31Z", + "nvd_published_at": "2012-05-23T20:55:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-f7fv-v9rh-prvc/GHSA-f7fv-v9rh-prvc.json b/advisories/unreviewed/2022/05/GHSA-f7fv-v9rh-prvc/GHSA-f7fv-v9rh-prvc.json deleted file mode 100644 index d7cbe42c7c6..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-f7fv-v9rh-prvc/GHSA-f7fv-v9rh-prvc.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-f7fv-v9rh-prvc", - "modified": "2022-05-17T05:23:55Z", - "published": "2022-05-17T05:23:55Z", - "aliases": [ - "CVE-2012-2374" - ], - "details": "CRLF injection vulnerability in the tornado.web.RequestHandler.set_header function in Tornado before 2.2.1 allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via crafted input.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2374" - }, - { - "type": "WEB", - "url": "http://openwall.com/lists/oss-security/2012/05/18/12" - }, - { - "type": "WEB", - "url": "http://secunia.com/advisories/49185" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2012/05/18/6" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/53612" - }, - { - "type": "WEB", - "url": "http://www.tornadoweb.org/documentation/releases/v2.2.1.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-20" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2012-05-23T20:55:00Z" - } -} \ No newline at end of file