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

exploitDog

rocky логотип

RLSA-2024:2968

Опубликовано: 14 июн. 2024
Источник: rocky
Оценка: Moderate

Описание

Moderate: fence-agents security and bug fix update

The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster.

Security Fix(es):

  • urllib3: Request body not stripped after redirect from 303 status changes request method to GET (CVE-2023-45803)

  • pycryptodome: side-channel leakage for OAEP decryption in PyCryptodome and pycryptodomex (CVE-2023-52323)

  • jinja2: HTML attribute injection when passing user input as keys to xmlattr filter (CVE-2024-22195)

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.

Additional Changes:

For detailed information on changes in this release, see the Rocky Linux 8.10 Release Notes linked from the References section.

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

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
fence-agents-allx86_64129.el8fence-agents-all-4.2.1-129.el8.x86_64.rpm
fence-agents-amt-wsnoarch129.el8fence-agents-amt-ws-4.2.1-129.el8.noarch.rpm
fence-agents-apcnoarch129.el8fence-agents-apc-4.2.1-129.el8.noarch.rpm
fence-agents-apc-snmpnoarch129.el8fence-agents-apc-snmp-4.2.1-129.el8.noarch.rpm
fence-agents-bladecenternoarch129.el8fence-agents-bladecenter-4.2.1-129.el8.noarch.rpm
fence-agents-brocadenoarch129.el8fence-agents-brocade-4.2.1-129.el8.noarch.rpm
fence-agents-cisco-mdsnoarch129.el8fence-agents-cisco-mds-4.2.1-129.el8.noarch.rpm
fence-agents-cisco-ucsnoarch129.el8fence-agents-cisco-ucs-4.2.1-129.el8.noarch.rpm
fence-agents-commonnoarch129.el8fence-agents-common-4.2.1-129.el8.noarch.rpm
fence-agents-computenoarch129.el8fence-agents-compute-4.2.1-129.el8.noarch.rpm

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

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

oracle-oval
около 1 года назад

ELSA-2024-2968: fence-agents security and bug fix update (MODERATE)

oracle-oval
около 1 года назад

ELSA-2024-2132: fence-agents security and bug fix update (MODERATE)

CVSS3: 4.2
ubuntu
больше 1 года назад

urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303 after the request had its method changed from one that could accept a request body (like `POST`) to `GET` as is required by HTTP RFCs. Although this behavior is not specified in the section for redirects, it can be inferred by piecing together information from different sections and we have observed the behavior in other major HTTP client implementations like curl and web browsers. Because the vulnerability requires a previously trusted service to become compromised in order to have an impact on confidentiality we believe the exploitability of this vulnerability is low. Additionally, many users aren't putting sensitive data in HTTP request bodies, if this is the case then this vulnerability isn't exploitable. Both of the following conditions must be true to be affected by this vulnerability: 1. Using urllib3 ...

CVSS3: 4.2
redhat
больше 1 года назад

urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303 after the request had its method changed from one that could accept a request body (like `POST`) to `GET` as is required by HTTP RFCs. Although this behavior is not specified in the section for redirects, it can be inferred by piecing together information from different sections and we have observed the behavior in other major HTTP client implementations like curl and web browsers. Because the vulnerability requires a previously trusted service to become compromised in order to have an impact on confidentiality we believe the exploitability of this vulnerability is low. Additionally, many users aren't putting sensitive data in HTTP request bodies, if this is the case then this vulnerability isn't exploitable. Both of the following conditions must be true to be affected by this vulnerability: 1. Using urllib3 ...

CVSS3: 4.2
nvd
больше 1 года назад

urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303 after the request had its method changed from one that could accept a request body (like `POST`) to `GET` as is required by HTTP RFCs. Although this behavior is not specified in the section for redirects, it can be inferred by piecing together information from different sections and we have observed the behavior in other major HTTP client implementations like curl and web browsers. Because the vulnerability requires a previously trusted service to become compromised in order to have an impact on confidentiality we believe the exploitability of this vulnerability is low. Additionally, many users aren't putting sensitive data in HTTP request bodies, if this is the case then this vulnerability isn't exploitable. Both of the following conditions must be true to be affected by this vulnerability: 1. Using urllib3 and