Aggregator

dracut-111-2.fc45

4 days 20 hours ago
FEDORA-2026-5bf73fe397 Packages in this update:
  • dracut-111-2.fc45
Update description:
  • fix(devicetree-firmware): include soc specific firmwares in install_generic()
  • fix(devicetree-firmware): include Qualcomm X2 laptop model specific firmwares
  • fix(base): escape die() message in emergency hook script
  • fix(base): replace eval with safe variable indirection in splitsep and export_n
  • feat(dracut): add module to load Qualcomm ADSP module pre-udev

USN-8684-1: Perl vulnerabilities

4 days 21 hours ago
It was discovered that Perl incorrectly handled certain arguments to Socket and pack/unpack functions. An attacker could possibly use this issue to read sensitive information from memory. (CVE-2026-12087, CVE-2026-57432) It was discovered that Perl incorrectly handled regular expressions with a large number of alternation branches. An attacker could possibly use this issue to cause incorrect matching results. (CVE-2026-13221) It was discovered that Perl incorrectly handled certain files. An attacker could possibly use this issue to cause a denial of service. (CVE-2026-57433, CVE-2025-15649, CVE-2026-48959, CVE-2026-9538) It was discovered that Perl incorrectly handled certain inputs. An attacker could possibly use this issue to execute arbitrary code. (CVE-2026-48962) It was discovered that Perl incorrectly handled credential headers during cross-origin redirects in HTTP::Tiny. An attacker could possibly use this issue to expose sensitive information. (CVE-2026-7017)

perl-DBD-Pg-3.21.2-1.fc44

4 days 21 hours ago
FEDORA-2026-a0b1e8eed5 Packages in this update:
  • perl-DBD-Pg-3.21.2-1.fc44
Update description:

3.21.2 - bug fixes

Fix missing closing double-quote in su -c commands in dbdpg_test_setup.pl

3.21.0m 3.21.1: - New features: non-blocking async COPY FROM support (pg_putcopydata_async, pg_putcopyend_async, pg_flush); new string-buffer system replacing linked lists with arrays (faster) - Bug fixes: memory leaks fixed (PQclosePrepared cleanup path, bind_param, statement handles); float quoting fixes (NaN); $sth->rows() returns 0 for no-row updates/deletes; safer NUL checking in _dequote_bytea_hex(); allocation fixes in quote_float() / pg_destringify_array() - Fix CVE-2026-78183