Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2026:43218

Опубликовано: 22 июл. 2026
Источник: rocky
Оценка: Important

Описание

Important: pki-deps:10.6 security update

The Public Key Infrastructure (PKI) Core contains fundamental packages required by Rocky Enterprise Software Foundation Certificate System.

Security Fix(es):

  • jackson-databind: Jackson-databind: Security bypass allows arbitrary code execution (CVE-2026-54513)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
apache-commons-collectionsnoarch10.module+el8.10.0+1763+c7c02164apache-commons-collections-3.2.2-10.module+el8.10.0+1763+c7c02164.noarch.rpm
apache-commons-collectionsnoarch10.module+el8.10.0+2052+1b0fb438apache-commons-collections-3.2.2-10.module+el8.10.0+2052+1b0fb438.noarch.rpm
apache-commons-langnoarch21.module+el8.10.0+1763+c7c02164apache-commons-lang-2.6-21.module+el8.10.0+1763+c7c02164.noarch.rpm
apache-commons-netnoarch3.module+el8.10.0+2052+1b0fb438apache-commons-net-3.6-3.module+el8.10.0+2052+1b0fb438.noarch.rpm
apache-commons-netnoarch3.module+el8.10.0+1763+c7c02164apache-commons-net-3.6-3.module+el8.10.0+1763+c7c02164.noarch.rpm
bea-stax-apinoarch16.module+el8.10.0+2052+1b0fb438bea-stax-api-1.2.0-16.module+el8.10.0+2052+1b0fb438.noarch.rpm
bea-stax-apinoarch16.module+el8.10.0+1763+c7c02164bea-stax-api-1.2.0-16.module+el8.10.0+1763+c7c02164.noarch.rpm
glassfish-fastinfosetnoarch9.module+el8.10.0+2052+1b0fb438glassfish-fastinfoset-1.2.13-9.module+el8.10.0+2052+1b0fb438.noarch.rpm
glassfish-fastinfosetnoarch9.module+el8.10.0+1763+c7c02164glassfish-fastinfoset-1.2.13-9.module+el8.10.0+1763+c7c02164.noarch.rpm
glassfish-jaxb-apinoarch8.module+el8.10.0+2052+1b0fb438glassfish-jaxb-api-2.2.12-8.module+el8.10.0+2052+1b0fb438.noarch.rpm

Показывать по

Связанные CVE

Исправления

Связанные уязвимости

CVSS3: 8.1
ubuntu
около 1 месяца назад

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.10.0 until 2.18.8, 2.21.4, and 3.1.4, BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() allowlists any array type based only on clazz.isArray(), without validating the array's component (element) type against the configured allowlist. A PTV built with allowIfSubTypeIsArray() plus an explicit concrete-type allowlist therefore still permits EvilType[] even though EvilType is not allowlisted. When Jackson deserializes the elements and no per-element type IDs are present, it instantiates the component type directly with no further PTV check, bypassing the allowlist. This vulnerability is fixed in 2.18.8, 2.21.4, and 3.1.4.

CVSS3: 8.1
redhat
около 1 месяца назад

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.10.0 until 2.18.8, 2.21.4, and 3.1.4, BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() allowlists any array type based only on clazz.isArray(), without validating the array's component (element) type against the configured allowlist. A PTV built with allowIfSubTypeIsArray() plus an explicit concrete-type allowlist therefore still permits EvilType[] even though EvilType is not allowlisted. When Jackson deserializes the elements and no per-element type IDs are present, it instantiates the component type directly with no further PTV check, bypassing the allowlist. This vulnerability is fixed in 2.18.8, 2.21.4, and 3.1.4.

CVSS3: 8.1
nvd
около 1 месяца назад

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.10.0 until 2.18.8, 2.21.4, and 3.1.4, BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() allowlists any array type based only on clazz.isArray(), without validating the array's component (element) type against the configured allowlist. A PTV built with allowIfSubTypeIsArray() plus an explicit concrete-type allowlist therefore still permits EvilType[] even though EvilType is not allowlisted. When Jackson deserializes the elements and no per-element type IDs are present, it instantiates the component type directly with no further PTV check, bypassing the allowlist. This vulnerability is fixed in 2.18.8, 2.21.4, and 3.1.4.

CVSS3: 8.1
debian
около 1 месяца назад

jackson-databind contains the general-purpose data-binding functionali ...

CVSS3: 8.1
github
около 1 месяца назад

jackson-databind has an array subtype allowlist bypass in BasicPolymorphicTypeValidator (allowIfSubTypeIsArray)