"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-12-27 22:00:42 +00:00
parent f3e2831e11
commit ed5d34e284
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
44 changed files with 2232 additions and 883 deletions

View File

@ -1,17 +1,85 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2013-10005",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "The RemoteAddr and LocalAddr methods on the returned net.Conn may call themselves, leading to an infinite loop which will crash the program due to a stack overflow."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 400: Uncontrolled Resource Consumption"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/btcsuite/go-socks",
"product": {
"product_data": [
{
"product_name": "github.com/btcsuite/go-socks/socks",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
},
{
"vendor_name": "github.com/btcsuitereleases/go-socks",
"product": {
"product_data": [
{
"product_name": "github.com/btcsuitereleases/go-socks/socks",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/btcsuite/go-socks/commit/233bccbb1abe02f05750f7ace66f5bffdb13defc",
"refsource": "MISC",
"name": "https://github.com/btcsuite/go-socks/commit/233bccbb1abe02f05750f7ace66f5bffdb13defc"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0024",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0024"
}
]
}

View File

@ -1,18 +1,79 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2014-125026",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "LZ4 bindings use a deprecated C API that is vulnerable to memory corruption, which could lead to arbitrary code execution if called with untrusted user input."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 94: Improper Control of Generation of Code ('Code Injection')"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/cloudflare/golz4",
"product": {
"product_data": [
{
"product_name": "github.com/cloudflare/golz4",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/cloudflare/golz4/commit/199f5f7878062ca17a98e079f2dbe1205e2ed898",
"refsource": "MISC",
"name": "https://github.com/cloudflare/golz4/commit/199f5f7878062ca17a98e079f2dbe1205e2ed898"
},
{
"url": "https://github.com/cloudflare/golz4/issues/5",
"refsource": "MISC",
"name": "https://github.com/cloudflare/golz4/issues/5"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0022",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0022"
}
]
},
"credits": [
{
"lang": "en",
"value": "Yann Collet"
}
]
}

View File

@ -1,17 +1,72 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2015-10004",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Token validation methods are susceptible to a timing side-channel during HMAC comparison. With a large enough number of requests over a low latency connection, an attacker may use this to determine the expected HMAC."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 208: Information Exposure Through Timing Discrepancy"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/robbert229/jwt",
"product": {
"product_data": [
{
"product_name": "github.com/robbert229/jwt",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/robbert229/jwt/commit/ca1404ee6e83fcbafb66b09ed0d543850a15b654",
"refsource": "MISC",
"name": "https://github.com/robbert229/jwt/commit/ca1404ee6e83fcbafb66b09ed0d543850a15b654"
},
{
"url": "https://github.com/robbert229/jwt/issues/12",
"refsource": "MISC",
"name": "https://github.com/robbert229/jwt/issues/12"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0023",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0023"
}
]
}

View File

@ -1,18 +1,84 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2016-15005",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "CSRF tokens are generated using math/rand, which is not a cryptographically secure rander number generation, making predicting their values relatively trivial and allowing an attacker to bypass CSRF protections which relatively few requests."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/dinever/golf",
"product": {
"product_data": [
{
"product_name": "github.com/dinever/golf",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/dinever/golf/pull/24",
"refsource": "MISC",
"name": "https://github.com/dinever/golf/pull/24"
},
{
"url": "https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe",
"refsource": "MISC",
"name": "https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe"
},
{
"url": "https://github.com/dinever/golf/issues/20",
"refsource": "MISC",
"name": "https://github.com/dinever/golf/issues/20"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0045",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0045"
}
]
},
"credits": [
{
"lang": "en",
"value": "@elithrar"
}
]
}

View File

@ -1,18 +1,79 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2017-20146",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Usage of the CORS handler may apply improper CORS headers, allowing the requester to explicitly control the value of the Access-Control-Allow-Origin header, which bypasses the expected behavior of the Same Origin Policy."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 284: Improper Access Control"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/gorilla/handlers",
"product": {
"product_data": [
{
"product_name": "github.com/gorilla/handlers",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/gorilla/handlers/pull/116",
"refsource": "MISC",
"name": "https://github.com/gorilla/handlers/pull/116"
},
{
"url": "https://github.com/gorilla/handlers/commit/90663712d74cb411cbef281bc1e08c19d1a76145",
"refsource": "MISC",
"name": "https://github.com/gorilla/handlers/commit/90663712d74cb411cbef281bc1e08c19d1a76145"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0020",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0020"
}
]
},
"credits": [
{
"lang": "en",
"value": "Evan J Johnson"
}
]
}

View File

@ -1,17 +1,90 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2018-25046",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Due to improper path santization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 29: Path Traversal: \"\\..\\filename\""
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/cloudfoundry/archiver",
"product": {
"product_data": [
{
"product_name": "github.com/cloudfoundry/archiver",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
},
{
"vendor_name": "code.cloudfoundry.org/archiver",
"product": {
"product_data": [
{
"product_name": "code.cloudfoundry.org/archiver",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://snyk.io/research/zip-slip-vulnerability",
"refsource": "MISC",
"name": "https://snyk.io/research/zip-slip-vulnerability"
},
{
"url": "https://github.com/cloudfoundry/archiver/commit/09b5706aa9367972c09144a450bb4523049ee840",
"refsource": "MISC",
"name": "https://github.com/cloudfoundry/archiver/commit/09b5706aa9367972c09144a450bb4523049ee840"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0025",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0025"
}
]
}

View File

@ -66,6 +66,11 @@
"refsource": "MISC",
"name": "https://sec.vnpt.vn/2019/09/liferay-deserialization-json-deserialization-part-4/",
"url": "https://sec.vnpt.vn/2019/09/liferay-deserialization-json-deserialization-part-4/"
},
{
"refsource": "MISC",
"name": "https://dappsec.substack.com/p/an-advisory-for-cve-2019-16891-from",
"url": "https://dappsec.substack.com/p/an-advisory-for-cve-2019-16891-from"
}
]
}

View File

@ -1,18 +1,79 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2019-25072",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Due to support of Gzip compression in request bodies, as well as a lack of limiting response body sizes, a malicious server can cause a client to consume a significant amount of system resources, which may be used as a denial of service vector."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/tendermint/tendermint",
"product": {
"product_data": [
{
"product_name": "github.com/tendermint/tendermint/rpc/client",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/tendermint/tendermint/pull/3430",
"refsource": "MISC",
"name": "https://github.com/tendermint/tendermint/pull/3430"
},
{
"url": "https://github.com/tendermint/tendermint/commit/03085c2da23b179c4a51f59a03cb40aa4e85a613",
"refsource": "MISC",
"name": "https://github.com/tendermint/tendermint/commit/03085c2da23b179c4a51f59a03cb40aa4e85a613"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0037",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0037"
}
]
},
"credits": [
{
"lang": "en",
"value": "@guagualvcha"
}
]
}

View File

@ -1,18 +1,115 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2019-25073",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Improper path santiziation in github.com/goadesign/goa before v3.0.9, v2.0.10, or v1.4.3 allow remote attackers to read files outside of the intended directory."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory('Path Traversal')"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/goadesign/goa",
"product": {
"product_data": [
{
"product_name": "github.com/goadesign/goa",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
},
{
"vendor_name": "goa.design/goa",
"product": {
"product_data": [
{
"product_name": "goa.design/goa",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
},
{
"vendor_name": "goa.design/goa/v3",
"product": {
"product_data": [
{
"product_name": "goa.design/goa/v3",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/goadesign/goa/pull/2388",
"refsource": "MISC",
"name": "https://github.com/goadesign/goa/pull/2388"
},
{
"url": "https://github.com/goadesign/goa/commit/70b5a199d0f813d74423993832c424e1fc73fb39",
"refsource": "MISC",
"name": "https://github.com/goadesign/goa/commit/70b5a199d0f813d74423993832c424e1fc73fb39"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0032",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0032"
}
]
},
"credits": [
{
"lang": "en",
"value": "@christi3k"
}
]
}

View File

@ -1,18 +1,84 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-36559",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Due to improper santization of user input, HTTPEngine.Handle allows for directory traversal, allowing an attacker to read files outside of the target directory that the server has permission to read."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 23: Relative Path Traversal"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "aahframe.work",
"product": {
"product_data": [
{
"product_name": "aahframe.work",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/go-aah/aah/pull/267",
"refsource": "MISC",
"name": "https://github.com/go-aah/aah/pull/267"
},
{
"url": "https://github.com/go-aah/aah/commit/881dc9f71d1f7a4e8a9a39df9c5c081d3a2da1ec",
"refsource": "MISC",
"name": "https://github.com/go-aah/aah/commit/881dc9f71d1f7a4e8a9a39df9c5c081d3a2da1ec"
},
{
"url": "https://github.com/go-aah/aah/issues/266",
"refsource": "MISC",
"name": "https://github.com/go-aah/aah/issues/266"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0033",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0033"
}
]
},
"credits": [
{
"lang": "en",
"value": "@snyff"
}
]
}

View File

@ -1,17 +1,77 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-36560",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Due to improper path santization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 29: Path Traversal: \"\\..\\filename\""
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/artdarek/go-unzip",
"product": {
"product_data": [
{
"product_name": "github.com/artdarek/go-unzip",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://snyk.io/research/zip-slip-vulnerability",
"refsource": "MISC",
"name": "https://snyk.io/research/zip-slip-vulnerability"
},
{
"url": "https://github.com/artdarek/go-unzip/pull/2",
"refsource": "MISC",
"name": "https://github.com/artdarek/go-unzip/pull/2"
},
{
"url": "https://github.com/artdarek/go-unzip/commit/4975cbe0a719dc50b12da8585f1f207c82f7dfe0",
"refsource": "MISC",
"name": "https://github.com/artdarek/go-unzip/commit/4975cbe0a719dc50b12da8585f1f207c82f7dfe0"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0034",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0034"
}
]
}

View File

@ -1,17 +1,77 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-36561",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Due to improper path santization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 29: Path Traversal: \"\\..\\filename\""
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/yi-ge/unzip",
"product": {
"product_data": [
{
"product_name": "github.com/yi-ge/unzip",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://snyk.io/research/zip-slip-vulnerability",
"refsource": "MISC",
"name": "https://snyk.io/research/zip-slip-vulnerability"
},
{
"url": "https://github.com/yi-ge/unzip/pull/1",
"refsource": "MISC",
"name": "https://github.com/yi-ge/unzip/pull/1"
},
{
"url": "https://github.com/yi-ge/unzip/commit/2adbaa4891b9690853ef10216189189f5ad7dc73",
"refsource": "MISC",
"name": "https://github.com/yi-ge/unzip/commit/2adbaa4891b9690853ef10216189189f5ad7dc73"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0035",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0035"
}
]
}

View File

@ -1,18 +1,79 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-36564",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Due to improper validation of caller input, validation is silently disabled if the provided expected token is malformed, causing any user supplied token to be considered valid."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 345: Insufficient Verification of Data Authenticity"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/justinas/nosurf",
"product": {
"product_data": [
{
"product_name": "github.com/justinas/nosurf",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/justinas/nosurf/pull/60",
"refsource": "MISC",
"name": "https://github.com/justinas/nosurf/pull/60"
},
{
"url": "https://github.com/justinas/nosurf/commit/4d86df7a4affa1fa50ab39fb09aac56c3ce9c314",
"refsource": "MISC",
"name": "https://github.com/justinas/nosurf/commit/4d86df7a4affa1fa50ab39fb09aac56c3ce9c314"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0049",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0049"
}
]
},
"credits": [
{
"lang": "en",
"value": "@aeneasr"
}
]
}

View File

@ -1,17 +1,72 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-36566",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Due to improper path santization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/whyrusleeping/tar-utils",
"product": {
"product_data": [
{
"product_name": "github.com/whyrusleeping/tar-utils",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/whyrusleeping/tar-utils/commit/20a61371de5b51380bbdb0c7935b30b0625ac227",
"refsource": "MISC",
"name": "https://github.com/whyrusleeping/tar-utils/commit/20a61371de5b51380bbdb0c7935b30b0625ac227"
},
{
"url": "https://snyk.io/research/zip-slip-vulnerability",
"refsource": "MISC",
"name": "https://snyk.io/research/zip-slip-vulnerability"
},
{
"url": "https://pkg.go.dev/vuln/GO-2021-0106",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2021-0106"
}
]
}

View File

@ -1,18 +1,84 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-36568",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Unsanitized input in the query parser in github.com/revel/revel before v1.0.0 allows remote attackers to cause resource exhaustion via memory allocation."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/revel/revel",
"product": {
"product_data": [
{
"product_name": "github.com/revel/revel",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/revel/revel/pull/1427",
"refsource": "MISC",
"name": "https://github.com/revel/revel/pull/1427"
},
{
"url": "https://github.com/revel/revel/commit/d160ecb72207824005b19778594cbdc272e8a605",
"refsource": "MISC",
"name": "https://github.com/revel/revel/commit/d160ecb72207824005b19778594cbdc272e8a605"
},
{
"url": "https://github.com/revel/revel/issues/1424",
"refsource": "MISC",
"name": "https://github.com/revel/revel/issues/1424"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0003",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0003"
}
]
},
"credits": [
{
"lang": "en",
"value": "@SYM01"
}
]
}

View File

@ -1,18 +1,79 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-36569",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Authentication is globally bypassed in github.com/nanobox-io/golang-nanoauth between v0.0.0-20160722212129-ac0cc4484ad4 and v0.0.0-20200131131040-063a3fb69896 if ListenAndServe is called with an empty token."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-305: Authentication Bypass by Primary Weakness"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/nanobox-io/golang-nanoauth",
"product": {
"product_data": [
{
"product_name": "github.com/nanobox-io/golang-nanoauth",
"version": {
"version_data": [
{
"version_value": "0.0.0-20160722212129-ac0cc4484ad4",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/nanobox-io/golang-nanoauth/pull/5",
"refsource": "MISC",
"name": "https://github.com/nanobox-io/golang-nanoauth/pull/5"
},
{
"url": "https://github.com/nanobox-io/golang-nanoauth/commit/063a3fb69896acf985759f0fe3851f15973993f3",
"refsource": "MISC",
"name": "https://github.com/nanobox-io/golang-nanoauth/commit/063a3fb69896acf985759f0fe3851f15973993f3"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0004",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0004"
}
]
},
"credits": [
{
"lang": "en",
"value": "@bouk"
}
]
}

View File

@ -1,18 +1,79 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-4235",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Due to unbounded alias chasing, a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 400: Uncontrolled Resource Consumption"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "gopkg.in/yaml.v2",
"product": {
"product_data": [
{
"product_name": "gopkg.in/yaml.v2",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/go-yaml/yaml/pull/375",
"refsource": "MISC",
"name": "https://github.com/go-yaml/yaml/pull/375"
},
{
"url": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241",
"refsource": "MISC",
"name": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241"
},
{
"url": "https://pkg.go.dev/vuln/GO-2021-0061",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2021-0061"
}
]
},
"credits": [
{
"lang": "en",
"value": "@simonferquel"
}
]
}

View File

@ -1,17 +1,67 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-4236",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Web Sockets do not execute any AuthenticateMethod methods which may be set, leading to a nil pointer dereference if the returned UserData pointer is assumed to be non-nil, or authentication bypass. This issue only affects WebSockets with an AuthenticateMethod hook. Request handlers that do not explicitly use WebSockets are not vulnerable."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/ecnepsnai/web",
"product": {
"product_data": [
{
"product_name": "github.com/ecnepsnai/web",
"version": {
"version_data": [
{
"version_value": "1.4.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/ecnepsnai/web/commit/5a78f8d5c41ce60dcf9f61aaf47a7a8dc3e0002f",
"refsource": "MISC",
"name": "https://github.com/ecnepsnai/web/commit/5a78f8d5c41ce60dcf9f61aaf47a7a8dc3e0002f"
},
{
"url": "https://pkg.go.dev/vuln/GO-2021-0107",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2021-0107"
}
]
}

View File

@ -1,17 +1,67 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-4238",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Randomly-generated alphanumeric strings contain significantly less entropy than expected. The RandomAlphaNumeric and CryptoRandomAlphaNumeric functions always return strings containing at least one digit from 0 to 9. This significantly reduces the amount of entropy in short strings generated by these functions."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 330: Use of Insufficiently Random Values"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/Masterminds/goutils",
"product": {
"product_data": [
{
"product_name": "github.com/Masterminds/goutils",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1",
"refsource": "MISC",
"name": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0411",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0411"
}
]
}

View File

@ -1,17 +1,67 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-4239",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "The Noise protocol implementation suffers from weakened cryptographic security after encrypting 2^64 messages, and a potential denial of service attack. After 2^64 (~18.4 quintillion) messages are encrypted with the Encrypt function, the nonce counter will wrap around, causing multiple messages to be encrypted with the same key and nonce. In a separate issue, the Decrypt function increments the nonce state even when it fails to decrypt a message. If an attacker can provide an invalid input to the Decrypt function, this will cause the nonce state to desynchronize between the peers, resulting in a failure to encrypt all subsequent messages."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 400: Uncontrolled Resource Consumption"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/flynn/noise",
"product": {
"product_data": [
{
"product_name": "github.com/flynn/noise",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/flynn/noise/pull/44",
"refsource": "MISC",
"name": "https://github.com/flynn/noise/pull/44"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0425",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0425"
}
]
}

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-1705",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "net/http",
"version": {
"version_data": [
{
"version_value": "1.17.12",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.4",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-1705",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "net/http",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -90,17 +86,12 @@
"url": "https://go.dev/cl/410714",
"refsource": "MISC",
"name": "https://go.dev/cl/410714"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"lang": "en",
"value": "Zeyu Zhang (https://www.zeyu2001.com/)"
}
]

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-1962",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "go/parser",
"version": {
"version_data": [
{
"version_value": "1.17.12",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.4",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-1962",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "go/parser",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -85,17 +81,12 @@
"url": "https://go.dev/issue/53616",
"refsource": "MISC",
"name": "https://go.dev/issue/53616"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"lang": "en",
"value": "Juho Nurminen of Mattermost"
}
]

View File

@ -1,17 +1,67 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-2582",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "The AWS S3 Crypto SDK sends an unencrypted hash of the plaintext alongside the ciphertext as a metadata field. This hash can be used to brute force the plaintext, if the hash is readable to the attacker. AWS now blocks this metadata field, but older SDK versions still send it."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 311: Missing Encryption of Sensitive Data"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/aws/aws-sdk-go",
"product": {
"product_data": [
{
"product_name": "github.com/aws/aws-sdk-go/service/s3/s3crypto",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/aws/aws-sdk-go/commit/35fa6ddf45c061e0f08d3a3b5119f8f4da38f6d1",
"refsource": "MISC",
"name": "https://github.com/aws/aws-sdk-go/commit/35fa6ddf45c061e0f08d3a3b5119f8f4da38f6d1"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0391",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0391"
}
]
}

View File

@ -1,17 +1,67 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-2583",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "A race condition can cause incorrect HTTP request routing."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/ntbosscher/gobase",
"product": {
"product_data": [
{
"product_name": "github.com/ntbosscher/gobase/auth/httpauth",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/ntbosscher/gobase/commit/a8d40bce9c429d324122d18c446924dab809e812",
"refsource": "MISC",
"name": "https://github.com/ntbosscher/gobase/commit/a8d40bce9c429d324122d18c446924dab809e812"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0400",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0400"
}
]
}

View File

@ -1,17 +1,67 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-2584",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "The dag-pb codec can panic when decoding invalid blocks."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/ipld/go-codec-dagpb",
"product": {
"product_data": [
{
"product_name": "github.com/ipld/go-codec-dagpb",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/ipld/go-codec-dagpb/commit/a17ace35cc760a2698645c09868f9050fa219f57",
"refsource": "MISC",
"name": "https://github.com/ipld/go-codec-dagpb/commit/a17ace35cc760a2698645c09868f9050fa219f57"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0422",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0422"
}
]
}

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-2879",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "archive/tar",
"version": {
"version_data": [
{
"version_value": "1.18.7",
"version_affected": "<"
},
{
"version_value": "1.19.0",
"version_affected": ">="
},
{
"version_value": "1.19.2",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go standard library"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-2879",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "archive/tar",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.19.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -80,17 +76,12 @@
"url": "https://pkg.go.dev/vuln/GO-2022-1037",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-1037"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-59a20edab2",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/THKJHFMX4DAZXJ5MFPN3BNHZDN7BW5RI/"
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"lang": "en",
"value": "Adam Korczynski (ADA Logics) and OSS-Fuzz"
}
]

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-2880",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "net/http/httputil",
"version": {
"version_data": [
{
"version_value": "1.18.7",
"version_affected": "<"
},
{
"version_value": "1.19.0",
"version_affected": ">="
},
{
"version_value": "1.19.2",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go standard library"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-2880",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "net/http/httputil",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.19.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -80,23 +76,13 @@
"url": "https://pkg.go.dev/vuln/GO-2022-1038",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-1038"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-59a20edab2",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/THKJHFMX4DAZXJ5MFPN3BNHZDN7BW5RI/"
},
{
"refsource": "MISC",
"name": "https://www.oxeye.io/blog/golang-parameter-smuggling-attack",
"url": "https://www.oxeye.io/blog/golang-parameter-smuggling-attack"
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"value": "Gal Goldstein (Security Researcher, Oxeye) and Daniel Abeles (Head of Research, Oxeye)"
"lang": "en",
"value": "Gal Goldstein (Security Researcher, Oxeye) and Daniel Abeles (Head of Research, Oxeye)\n"
}
]
}

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30580",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "os/exec",
"version": {
"version_data": [
{
"version_value": "1.17.11",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.3",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-30580",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "os/exec",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -88,10 +84,10 @@
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"value": "Chris Darroch (chrisd8088@github.com), Brian M. Carlson (bk2204@github.com),\nand Mikhail Shcherbakov (https://twitter.com/yu5k3)\n"
"lang": "en",
"value": "Chris Darroch (chrisd8088@github.com), brian m. carlson (bk2204@github.com),\nand Mikhail Shcherbakov (https://twitter.com/yu5k3)\n"
}
]
}

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30629",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "crypto/tls",
"version": {
"version_data": [
{
"version_value": "1.17.11",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.3",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-30629",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "crypto/tls",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -85,22 +81,12 @@
"url": "https://go.dev/issue/52814",
"refsource": "MISC",
"name": "https://go.dev/issue/52814"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20220915-0004/",
"url": "https://security.netapp.com/advisory/ntap-20220915-0004/"
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"lang": "en",
"value": "Github user @nervuri"
}
]

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30630",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "io/fs",
"version": {
"version_data": [
{
"version_value": "1.17.12",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.4",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-30630",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "io/fs",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -85,18 +81,7 @@
"url": "https://go.dev/issue/53415",
"refsource": "MISC",
"name": "https://go.dev/issue/53415"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
}
]
},
"credit": [
{
"lang": "eng",
"value": ""
}
]
}
}

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30631",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "compress/gzip",
"version": {
"version_data": [
{
"version_value": "1.17.12",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.4",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-30631",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "compress/gzip",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -85,18 +81,7 @@
"url": "https://go.dev/issue/53168",
"refsource": "MISC",
"name": "https://go.dev/issue/53168"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
}
]
},
"credit": [
{
"lang": "eng",
"value": ""
}
]
}
}

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30632",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "path/filepath",
"version": {
"version_data": [
{
"version_value": "1.17.12",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.4",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-30632",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "path/filepath",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -85,17 +81,12 @@
"url": "https://go.dev/issue/53416",
"refsource": "MISC",
"name": "https://go.dev/issue/53416"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"lang": "en",
"value": "Juho Nurminen of Mattermost"
}
]

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30633",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "encoding/xml",
"version": {
"version_data": [
{
"version_value": "1.17.12",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.4",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-30633",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "encoding/xml",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -85,18 +81,7 @@
"url": "https://go.dev/issue/53611",
"refsource": "MISC",
"name": "https://go.dev/issue/53611"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
}
]
},
"credit": [
{
"lang": "eng",
"value": ""
}
]
}
}

View File

@ -1,55 +1,12 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30634",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"Credit": {
"credit_data": {
"description": {}
}
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "crypto/rand",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "1.17.11"
},
{
"version_affected": ">=",
"version_value": "1.18.0"
},
{
"version_affected": "<",
"version_value": "1.18.3"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Davis Goodin and Quim Muntal of Microsoft"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
@ -70,33 +27,67 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "crypto/rand",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://go.dev/cl/402257",
"refsource": "MISC",
"name": "https://go.dev/cl/402257"
},
{
"refsource": "MISC",
"url": "https://go.googlesource.com/go/+/bb1f4416180511231de6d17a1f2f55c82aafc863",
"refsource": "MISC",
"name": "https://go.googlesource.com/go/+/bb1f4416180511231de6d17a1f2f55c82aafc863"
},
{
"refsource": "MISC",
"url": "https://go.dev/issue/52561",
"refsource": "MISC",
"name": "https://go.dev/issue/52561"
},
{
"refsource": "MISC",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg/m/IWz5T6x7AAAJ",
"refsource": "MISC",
"name": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg/m/IWz5T6x7AAAJ"
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20220915-0004/",
"url": "https://security.netapp.com/advisory/ntap-20220915-0004/"
"url": "https://pkg.go.dev/vuln/GO-2022-0477",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0477"
}
]
}
},
"credits": [
{
"lang": "en",
"value": "Davis Goodin and Quim Muntal of Microsoft"
}
]
}

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30635",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "encoding/gob",
"version": {
"version_data": [
{
"version_value": "1.17.12",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.4",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-30635",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "encoding/gob",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -85,18 +81,7 @@
"url": "https://go.dev/issue/53615",
"refsource": "MISC",
"name": "https://go.dev/issue/53615"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
}
]
},
"credit": [
{
"lang": "eng",
"value": ""
}
]
}
}

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-32148",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "net/http",
"version": {
"version_data": [
{
"version_value": "1.17.12",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.4",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-32148",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "net/http",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -85,17 +81,12 @@
"url": "https://go.dev/issue/53423",
"refsource": "MISC",
"name": "https://go.dev/issue/53423"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"lang": "en",
"value": "Christian Mehlmauer"
}
]

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-32189",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "math/big",
"version": {
"version_data": [
{
"version_value": "1.17.13",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.5",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-32189",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "math/big",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -85,22 +81,12 @@
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10",
"refsource": "MISC",
"name": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-1f829990f0",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UH4RHZUO6LPJKGF2UZSD2UZOCIGHUI5E/"
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20220923-0003/",
"url": "https://security.netapp.com/advisory/ntap-20220923-0003/"
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"lang": "en",
"value": "@catenacyber"
}
]

View File

@ -1,41 +1,19 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-32190",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go",
"product": {
"product_data": [
{
"product_name": "net/url",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "1.19.0",
"platform": ""
},
{
"version_affected": "<",
"version_value": "1.19.1",
"platform": ""
}
]
}
}
]
}
}
]
}
"description": {
"description_data": [
{
"lang": "eng",
"value": "JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath(\"https://go.dev\", \"../go\") returns the URL \"https://go.dev/../go\", despite the JoinPath documentation stating that ../ path elements are removed from the result."
}
]
},
"problemtype": {
"problemtype_data": [
@ -49,47 +27,58 @@
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath(\"https://go.dev\", \"../go\") returns the URL \"https://go.dev/../go\", despite the JoinPath documentation stating that ../ path elements are removed from the result."
}
]
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "net/url",
"version": {
"version_data": [
{
"version_value": "1.19.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s",
"url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s"
"url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s",
"refsource": "MISC",
"name": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s"
},
{
"refsource": "CONFIRM",
"name": "https://go.dev/issue/54385",
"url": "https://go.dev/issue/54385"
"url": "https://go.dev/issue/54385",
"refsource": "MISC",
"name": "https://go.dev/issue/54385"
},
{
"refsource": "CONFIRM",
"name": "https://go.dev/cl/423514",
"url": "https://go.dev/cl/423514"
"url": "https://go.dev/cl/423514",
"refsource": "MISC",
"name": "https://go.dev/cl/423514"
},
{
"refsource": "CONFIRM",
"name": "https://pkg.go.dev/vuln/GO-2022-0988",
"url": "https://pkg.go.dev/vuln/GO-2022-0988"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-45097317b4",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXKTHIGE5F576MAPFYCIJXNRGBSPISUF/"
},
{
"refsource": "GENTOO",
"name": "GLSA-202209-26",
"url": "https://security.gentoo.org/glsa/202209-26"
"url": "https://pkg.go.dev/vuln/GO-2022-0988",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0988"
}
]
},
"credit": "@q0jt"
"credits": [
{
"lang": "en",
"value": "@q0jt"
}
]
}

View File

@ -1,17 +1,72 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-3064",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Parsing malicious or large YAML documents can consume excessive amounts of CPU or memory."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 400: Uncontrolled Resource Consumption"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "gopkg.in/yaml.v2",
"product": {
"product_data": [
{
"product_name": "gopkg.in/yaml.v2",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5",
"refsource": "MISC",
"name": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5"
},
{
"url": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4",
"refsource": "MISC",
"name": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0956",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0956"
}
]
}

View File

@ -76,6 +76,11 @@
"refsource": "MLIST",
"name": "[debian-lts-announce] 20220921 [SECURITY] [DLA 3116-1] mako security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00026.html"
},
{
"refsource": "MISC",
"name": "https://pyup.io/posts/pyup-discovers-redos-vulnerabilities-in-top-python-packages/",
"url": "https://pyup.io/posts/pyup-discovers-redos-vulnerabilities-in-top-python-packages/"
}
]
}

View File

@ -1,43 +1,11 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-41715",
"STATE": "PUBLIC"
},
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "regexp/syntax",
"version": {
"version_data": [
{
"version_value": "1.18.7",
"version_affected": "<"
},
{
"version_value": "1.19.0",
"version_affected": ">="
},
{
"version_value": "1.19.2",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go standard library"
}
]
}
"CVE_data_meta": {
"ID": "CVE-2022-41715",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
@ -59,6 +27,34 @@
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "regexp/syntax",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.19.0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
@ -80,17 +76,12 @@
"url": "https://pkg.go.dev/vuln/GO-2022-1039",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-1039"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-59a20edab2",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/THKJHFMX4DAZXJ5MFPN3BNHZDN7BW5RI/"
}
]
},
"credit": [
"credits": [
{
"lang": "eng",
"lang": "en",
"value": "Adam Korczynski (ADA Logics) and OSS-Fuzz"
}
]

View File

@ -1,17 +1,61 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-45778",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2022-45778",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "https://www.hillstonenet.com.cn/ Hillstone Firewall SG-6000 <= 5.0.4.0 is vulnerable to Incorrect Access Control. There is a permission bypass vulnerability in the Hillstone WEB application firewall. An attacker can enter the background of the firewall with super administrator privileges through a configuration error in report.m."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://gist.github.com/yinfei6/6ffff06db3f7d4c24de2f784c0db10df",
"url": "https://gist.github.com/yinfei6/6ffff06db3f7d4c24de2f784c0db10df"
}
]
}

View File

@ -1,17 +1,61 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-45963",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2022-45963",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "h3c firewall <= 3.10 ESS6703 has a privilege bypass vulnerability."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://gist.github.com/yinfei6/fc6478328f8c2e2bf62a631a81afb265",
"url": "https://gist.github.com/yinfei6/fc6478328f8c2e2bf62a631a81afb265"
}
]
}

View File

@ -1,17 +1,61 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-46442",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2022-46442",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "dedecms <=V5.7.102 is vulnerable to SQL Injection. In sys_ sql_ n query.php there are no restrictions on the sql query."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://gist.github.com/yinfei6/f2b311374de4b4cec1dc22433d38c92a",
"url": "https://gist.github.com/yinfei6/f2b311374de4b4cec1dc22433d38c92a"
}
]
}