Lucene search

K
cvelistPivotalCVELIST:CVE-2020-5413
HistoryJul 23, 2020 - 12:00 a.m.

CVE-2020-5413 Kryo Configuration Allows Code Execution with Unknown "Serialization Gadgets"

2020-07-2300:00:00
CWE-502
pivotal
www.cve.org

9.5 High

AI Score

Confidence

High

0.004 Low

EPSS

Percentile

74.1%

Spring Integration framework provides Kryo Codec implementations as an alternative for Java (de)serialization. When Kryo is configured with default options, all unregistered classes are resolved on demand. This leads to the “deserialization gadgets” exploit when provided data contains malicious code for execution during deserialization. In order to protect against this type of attack, Kryo can be configured to require a set of trusted classes for (de)serialization. Spring Integration should be proactive against blocking unknown “deserialization gadgets” when configuring Kryo in code.

CNA Affected

[
  {
    "product": "Spring Integration",
    "vendor": "Spring by VMware",
    "versions": [
      {
        "lessThan": "v4.3.23.RELEASE",
        "status": "affected",
        "version": "4.3",
        "versionType": "custom"
      },
      {
        "lessThan": "v5.1.12.RELEASE",
        "status": "affected",
        "version": "5.1",
        "versionType": "custom"
      },
      {
        "lessThan": "v5.2.8.RELEASE",
        "status": "affected",
        "version": "5.2",
        "versionType": "custom"
      },
      {
        "lessThan": "v5.3.2.RELEASE",
        "status": "affected",
        "version": "5.3",
        "versionType": "custom"
      }
    ]
  }
]

9.5 High

AI Score

Confidence

High

0.004 Low

EPSS

Percentile

74.1%

Related for CVELIST:CVE-2020-5413