Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-28180
HistoryMar 09, 2024 - 12:54 a.m.

CVE-2024-28180 Go JOSE vulnerable to Improper Handling of Highly Compressed Data (Data Amplification)

2024-03-0900:54:46
CWE-409
GitHub_M
github.com
5
cve-2024-28180
go jose
improper handling
highly compressed data
data amplification
jwe
memory
cpu
decompressed
decrypt
decryptmulti
error
patched
versions 4.0.1
3.0.3
2.6.3

CVSS3

4.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

total

Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. An attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if the decompressed data would exceed 250kB or 10x the compressed size (whichever is larger). This vulnerability has been patched in versions 4.0.1, 3.0.3 and 2.6.3.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:go-jose_project:go-jose:*:*:*:*:*:*:*:*"
    ],
    "vendor": "go-jose_project",
    "product": "go-jose",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "4.0.1",
        "versionType": "custom"
      },
      {
        "status": "affected",
        "version": "0",
        "lessThan": "3.0.3",
        "versionType": "custom"
      },
      {
        "status": "affected",
        "version": "0",
        "lessThan": "2.6.3",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

References

CVSS3

4.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

total