diff --git a/2022/25xxx/CVE-2022-25295.json b/2022/25xxx/CVE-2022-25295.json index 34b9d6aaeb9..f199673c993 100644 --- a/2022/25xxx/CVE-2022-25295.json +++ b/2022/25xxx/CVE-2022-25295.json @@ -48,12 +48,14 @@ "references": { "reference_data": [ { - "refsource": "CONFIRM", - "url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMGOPHISHGOPHISH-2404177" + "refsource": "MISC", + "url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMGOPHISHGOPHISH-2404177", + "name": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMGOPHISHGOPHISH-2404177" }, { - "refsource": "CONFIRM", - "url": "https://github.com/gophish/gophish/pull/2262" + "refsource": "MISC", + "url": "https://github.com/gophish/gophish/pull/2262", + "name": "https://github.com/gophish/gophish/pull/2262" } ] }, @@ -61,7 +63,7 @@ "description_data": [ { "lang": "eng", - "value": "This affects the package github.com/gophish/gophish before 0.12.0.\n The Open Redirect vulnerability exists in the next query parameter. The application uses url.Parse(r.FormValue(\"next\")) to extract path and eventually redirect user to a relative URL, but if next parameter starts with multiple backslashes like \\\\\\\\\\\\example.com, browser will redirect user to http://example.com.\n" + "value": "This affects the package github.com/gophish/gophish before 0.12.0. The Open Redirect vulnerability exists in the next query parameter. The application uses url.Parse(r.FormValue(\"next\")) to extract path and eventually redirect user to a relative URL, but if next parameter starts with multiple backslashes like \\\\\\\\\\\\example.com, browser will redirect user to http://example.com." } ] }, diff --git a/2022/26xxx/CVE-2022-26049.json b/2022/26xxx/CVE-2022-26049.json index 734aaec6588..6bed082ed66 100644 --- a/2022/26xxx/CVE-2022-26049.json +++ b/2022/26xxx/CVE-2022-26049.json @@ -48,16 +48,19 @@ "references": { "reference_data": [ { - "refsource": "CONFIRM", - "url": "https://security.snyk.io/vuln/SNYK-JAVA-COMDIFFPLUGGRADLE-2981040" + "refsource": "MISC", + "url": "https://security.snyk.io/vuln/SNYK-JAVA-COMDIFFPLUGGRADLE-2981040", + "name": "https://security.snyk.io/vuln/SNYK-JAVA-COMDIFFPLUGGRADLE-2981040" }, { - "refsource": "CONFIRM", - "url": "https://github.com/diffplug/goomph/pull/198" + "refsource": "MISC", + "url": "https://github.com/diffplug/goomph/pull/198", + "name": "https://github.com/diffplug/goomph/pull/198" }, { - "refsource": "CONFIRM", - "url": "https://github.com/diffplug/goomph/commit/25f04f67ba62d9a14104bee13a0a0f2517afb8c8" + "refsource": "MISC", + "url": "https://github.com/diffplug/goomph/commit/25f04f67ba62d9a14104bee13a0a0f2517afb8c8", + "name": "https://github.com/diffplug/goomph/commit/25f04f67ba62d9a14104bee13a0a0f2517afb8c8" } ] }, @@ -65,7 +68,7 @@ "description_data": [ { "lang": "eng", - "value": "This affects the package com.diffplug.gradle:goomph before 3.37.2.\n It allows a malicious zip file to potentially break out of the expected destination directory, writing contents into arbitrary locations on the file system.\r\nOverwriting certain files/directories could allow an attacker to achieve remote code execution on a target system by exploiting this vulnerability.\r\n\r\n**Note:** This could have allowed a malicious zip file to extract itself into an arbitrary directory. The only file that Goomph extracts is the p2 bootstrapper and eclipse metadata files hosted at eclipse.org, which are not malicious, so the only way this vulnerability could have affected you is if you had set a custom bootstrap zip, and that zip was malicious.\n" + "value": "This affects the package com.diffplug.gradle:goomph before 3.37.2. It allows a malicious zip file to potentially break out of the expected destination directory, writing contents into arbitrary locations on the file system. Overwriting certain files/directories could allow an attacker to achieve remote code execution on a target system by exploiting this vulnerability. **Note:** This could have allowed a malicious zip file to extract itself into an arbitrary directory. The only file that Goomph extracts is the p2 bootstrapper and eclipse metadata files hosted at eclipse.org, which are not malicious, so the only way this vulnerability could have affected you is if you had set a custom bootstrap zip, and that zip was malicious." } ] },