Aggregator

perl-Imager-1.036-1.fc43

2 days 8 hours ago
FEDORA-2026-625ab5c382 Packages in this update:
  • perl-Imager-1.036-1.fc43
Update description:

1.036 bump - Fix CVE-2026-93019 (TGA large color map size interpreted as negative) - Fix CVE-2026-93018 (paletted images: out-of-range color index returned uninitialized palette data)

rootlesskit-3.2.0-1.fc44

2 days 15 hours ago
FEDORA-2026-3e60aed77e Packages in this update:
  • rootlesskit-3.2.0-1.fc44
Update description:
  • Update to release v3.2.0
  • Resolves: rhbz#2530874
  • Resolves CVE-2026-56855: rhbz#2530631
  • Resolves CVE-2026-78662: rhbz#2530678
  • Upstream enhancements and fixes

rootlesskit-3.2.0-1.fc45

2 days 18 hours ago
FEDORA-2026-6b8872b8ac Packages in this update:
  • rootlesskit-3.2.0-1.fc45
Update description:
  • Update to release v3.2.0
  • Resolves: rhbz#2530874
  • Resolves CVE-2026-56855: rhbz#2530631
  • Resolves CVE-2026-78662: rhbz#2530678
  • Upstream enhancements and fixes

rootlesskit-3.2.0-1.fc46

2 days 21 hours ago
FEDORA-2026-ec725c24c1 Packages in this update:
  • rootlesskit-3.2.0-1.fc46
Update description:

Automatic update for rootlesskit-3.2.0-1.fc46.

Changelog * Sun Sep 20 2026 Bradley G Smith <bradley.g.smith@gmail.com> - 3.2.0-1 - Update to release v3.2.0 - Resolves: rhbz#2530874 - Resolves CVE-2026-56855: rhbz#2530631 - Resolves CVE-2026-78662: rhbz#2530678 - Upstream enhancements and fixes

freeipmi-1.6.19-1.fc43

3 days ago
FEDORA-2026-66894499b7 Packages in this update:
  • freeipmi-1.6.19-1.fc43
Update description:

Updates to 1.6.19, also fixes CVE-2026-33554 CVE-2026-50031 CVE-2026-85504 CVE-2026-85505 CVE-2026-85506 CVE-2026-85507 CVE-2026-85508 CVE-2026-85509, and adds tmpfiles configs for image mode

perl-Dancer2-2.2.1-1.fc44

3 days 1 hour ago
FEDORA-2026-3b893ccf2d Packages in this update:
  • perl-Dancer2-2.2.1-1.fc44
Update description:

Dancer2::Serializer::YAML::deserialize handed request bodies straight to YAML::Load. A body tagged !!perl/hash:Some::Class therefore instantiated an arbitrary blessed object — the entry point for DESTROY/AUTOLOAD/overload gadget chains — and !!perl/code could ask for a string eval.

deserialize now sets $YAML::LoadBlessed = 0 and $YAML::LoadCode = 0 itself (localised) before loading, rather than relying on YAML.pm's ambient defaults, and the minimum YAML is raised to 1.30.

perl-Dancer2-2.2.1-1.fc45

3 days 1 hour ago
FEDORA-2026-5e3eab9a07 Packages in this update:
  • perl-Dancer2-2.2.1-1.fc45
Update description:

Dancer2::Serializer::YAML::deserialize handed request bodies straight to YAML::Load. A body tagged !!perl/hash:Some::Class therefore instantiated an arbitrary blessed object — the entry point for DESTROY/AUTOLOAD/overload gadget chains — and !!perl/code could ask for a string eval.

deserialize now sets $YAML::LoadBlessed = 0 and $YAML::LoadCode = 0 itself (localised) before loading, rather than relying on YAML.pm's ambient defaults, and the minimum YAML is raised to 1.30.

perl-Catalyst-Plugin-Static-Simple-0.38-2.fc44

3 days 5 hours ago
FEDORA-2026-2d96cf2594 Packages in this update:
  • perl-Catalyst-Plugin-Static-Simple-0.38-2.fc44
Update description:

Catalyst::Plugin::Static::Simple for Perl sets the Cache‑Control header to "public" for every static asset served. Consequently, intermediaries such as shared reverse proxies or CDN edge caches may store and later serve content that was intended to be private, thereby exposing sensitive data to unintended recipients.

In this package, the plugin's code is changed to allow the Cache-Control header to be overridden and the Expires header to be set to 0.

perl-Catalyst-Plugin-Static-Simple-0.38-2.fc45

3 days 5 hours ago
FEDORA-2026-4d5a716383 Packages in this update:
  • perl-Catalyst-Plugin-Static-Simple-0.38-2.fc45
Update description:

Catalyst::Plugin::Static::Simple for Perl sets the Cache‑Control header to "public" for every static asset served. Consequently, intermediaries such as shared reverse proxies or CDN edge caches may store and later serve content that was intended to be private, thereby exposing sensitive data to unintended recipients.

In this package, the plugin's code is changed to allow the Cache-Control header to be overridden and the Expires header to be set to 0.

perl-Catalyst-Plugin-Static-Simple-0.38-2.fc43

3 days 5 hours ago
FEDORA-2026-7c46481544 Packages in this update:
  • perl-Catalyst-Plugin-Static-Simple-0.38-2.fc43
Update description:

Catalyst::Plugin::Static::Simple for Perl sets the Cache‑Control header to "public" for every static asset served. Consequently, intermediaries such as shared reverse proxies or CDN edge caches may store and later serve content that was intended to be private, thereby exposing sensitive data to unintended recipients.

In this package, the plugin's code is changed to allow the Cache-Control header to be overridden and the Expires header to be set to 0.

perl-HTML-FormFu-2.07-22.fc43

3 days 8 hours ago
FEDORA-2026-219b6aef6c Packages in this update:
  • perl-HTML-FormFu-2.07-22.fc43
Update description:

HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. In this package, a max_counter attribute has been added to Repeatable elements that caps the client-supplied repeat count from the query string. Default is 100, inherited from a new form-level repeatable_max_counter attribute.

perl-HTML-FormFu-2.07-24.fc45

3 days 8 hours ago
FEDORA-2026-94d32d2e8e Packages in this update:
  • perl-HTML-FormFu-2.07-24.fc45
Update description:

HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. In this package, a max_counter attribute has been added to Repeatable elements that caps the client-supplied repeat count from the query string. Default is 100, inherited from a new form-level repeatable_max_counter attribute.

perl-HTML-FormFu-2.07-23.fc44

3 days 8 hours ago
FEDORA-2026-18537daffc Packages in this update:
  • perl-HTML-FormFu-2.07-23.fc44
Update description:

HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. In this package, a max_counter attribute has been added to Repeatable elements that caps the client-supplied repeat count from the query string. Default is 100, inherited from a new form-level repeatable_max_counter attribute.