Lucene search

K
cvelistGoCVELIST:CVE-2022-3064
HistoryDec 27, 2022 - 9:17 p.m.

CVE-2022-3064 Excessive resource consumption in gopkg.in/yaml.v2

2022-12-2721:17:41
Go
www.cve.org

7.8 High

AI Score

Confidence

High

0.005 Low

EPSS

Percentile

76.8%

Parsing malicious or large YAML documents can consume excessive amounts of CPU or memory.

CNA Affected

[
  {
    "vendor": "gopkg.in/yaml.v2",
    "product": "gopkg.in/yaml.v2",
    "collectionURL": "https://pkg.go.dev",
    "packageName": "gopkg.in/yaml.v2",
    "versions": [
      {
        "version": "0",
        "lessThan": "2.2.4",
        "status": "affected",
        "versionType": "semver"
      }
    ],
    "programRoutines": [
      {
        "name": "decoder.unmarshal"
      },
      {
        "name": "yaml_parser_increase_flow_level"
      },
      {
        "name": "yaml_parser_roll_indent"
      },
      {
        "name": "Decoder.Decode"
      },
      {
        "name": "Unmarshal"
      },
      {
        "name": "UnmarshalStrict"
      }
    ],
    "defaultStatus": "unaffected"
  }
]