lede/package
Eneas U de Queiroz 99a4abd0ff openssl: fix CVE-2023-464 and CVE-2023-465
Apply two patches fixing low-severity vulnerabilities related to
certificate policies validation:

- Excessive Resource Usage Verifying X.509 Policy Constraints
  (CVE-2023-0464)
  Severity: Low
  A security vulnerability has been identified in all supported versions
  of OpenSSL related to the verification of X.509 certificate chains
  that include policy constraints.  Attackers may be able to exploit
  this vulnerability by creating a malicious certificate chain that
  triggers exponential use of computational resources, leading to a
  denial-of-service (DoS) attack on affected systems.
  Policy processing is disabled by default but can be enabled by passing
  the `-policy' argument to the command line utilities or by calling the
  `X509_VERIFY_PARAM_set1_policies()' function.

- Invalid certificate policies in leaf certificates are silently ignored
  (CVE-2023-0465)
  Severity: Low
  Applications that use a non-default option when verifying certificates
  may be vulnerable to an attack from a malicious CA to circumvent
  certain checks.
  Invalid certificate policies in leaf certificates are silently ignored
  by OpenSSL and other certificate policy checks are skipped for that
  certificate.  A malicious CA could use this to deliberately assert
  invalid certificate policies in order to circumvent policy checking on
  the certificate altogether.
  Policy processing is disabled by default but can be enabled by passing
  the `-policy' argument to the command line utilities or by calling the
  `X509_VERIFY_PARAM_set1_policies()' function.

Note: OpenSSL also released a fix for low-severity security advisory
CVE-2023-466.  It is not included here because the fix only changes the
documentation, which is not built nor included in any OpenWrt package.

Due to the low-severity of these issues, there will be not be an
immediate new release of OpenSSL.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-05-05 12:35:32 +08:00
..
base-files base-files: force remount ext4 rootfs when power-off by accident last time 2023-03-29 18:32:18 +08:00
boot target: add EFI support to armvirt 2023-04-24 15:02:30 +08:00
devel treewide: sync with upstream (#10750) 2023-01-25 15:30:35 +08:00
firmware linux-firmware: add missing files for i915-firmware 2023-04-22 23:32:20 +08:00
kernel mac80211: update to v6.1.24 2023-05-04 17:20:37 +08:00
lean rockchip: enable photonicat modem power 2023-05-01 21:05:12 +08:00
libs openssl: fix CVE-2023-464 and CVE-2023-465 2023-05-05 12:35:32 +08:00
network iwinfo: refresh ralink patch 2023-05-04 17:26:04 +08:00
qat openssl-qat: fix openssl-qat build 2022-04-25 19:02:30 +08:00
qca package/qca: update the download URL (#11055) 2023-04-01 22:06:55 +08:00
system network: sync wireless source code 2023-05-04 17:23:39 +08:00
utils treewide: sync with upstream (#10750) 2023-01-25 15:30:35 +08:00
wwan wwan/driver: code alignment 2023-03-13 12:16:02 +08:00
Makefile add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00