Fedora Security Advisories

php-8.4.26-1.fc43

1 hour 24 minutes ago
FEDORA-2026-d5e4829deb Packages in this update:
  • php-8.4.26-1.fc43
Update description:

PHP version 8.4.26 (24 Sep 2026)

BCMath:

  • Fixed out-of-bounds read in bc_is_zero_for_scale() when scale exceeds n_scale. (Ilia Alshanetsky)

Core:

  • Fixed out-of-bounds reads during automatic UTF-16/32 encoding detection. (Yudai Takada)
  • Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or next() call on the inner generator). (iliaal)
  • Fixed bug GH-23232 (lone namespace separator asks the autoloader for an empty class name). (spawnia)
  • Fixed bug GH-23301 (Nested "yield from" yields a value twice when the middle generator delegates again). (Lazizbek Ergashev)

CLI:

  • Fixed bug GH-23425 (sapi_cli_server_send_headers() does not check the return value of php_cli_server_client_send_through()). (Lazizbek Ergashev)

DOM:

  • Fixed NamedNodeMap::getNamedItemNS() with an empty URI not matching the null namespace in spec-following mode. (Ilia Alshanetsky)
  • Fixed a use-after-free when cloning a DOMNameSpaceNode after DOMDocument::xinclude(). (iliaal)
  • Fixed bug GH-23331 (UAF when node_list_unlink() skips attribute children that still have a live wrapper). (iliaal)
  • Fixed a use-after-free when Dom\Element::setAttributeNS() replaces the value of an attribute whose child still has a live wrapper. (iliaal)

GD:

  • Fixed imageaffinematrixget() and imageaffinematrixconcat() reporting the wrong argument in error messages. (Weilin Du)
  • Fixed bug GH-23457 (imagebmp() is extremely slow when writing to a file). (Lazizbek Ergashev)

FPM:

  • Fixed bug GH-19320 (FPM UID and GID overflow). (Pratik Bhujel)
  • Fixed GHSA-62xp-839h-2637 (IPv6 ACL bypass in FastCGI listen.allowed_clients due to partial address comparison). (CVE-2026-91768) (Alexandre Daubois)

Hash:

  • Fixed a buffer overflow in hash_pbkdf2() with a large output length. (Lazizbek Ergashev)

Intl:

  • Fixed grapheme_strpos() and grapheme_strrpos() with an empty needle returning UTF-16 offsets instead of grapheme offsets. (Ilia Alshanetsky)
  • Fixed a memory leak when dumping IntlCalendar instances. (Ilia Alshanetsky)
  • Fixed a memory leak when iterating IntlBreakIterator::getPartsIterator() results. (iliaal)
  • Fixed a double-free when IntlGregorianCalendar construction fails after the ICU constructor adopts the TimeZone. (iliaal)
  • Fixed bug GH-23094 (NumberFormatter parsing offsets use UTF-16 positions for UTF-8 strings). (ColumbusLabs)
  • Fixed Locale::parseLocale() reading past a trailing '-' or '_'. (iliaal, Xuyang Zhang)
  • Fixed grapheme_str_split() treating UBRK_DONE as a byte index. (iliaal)
  • Fixed a leak in Locale::getKeywords() when a keyword value cannot be read. (iliaal)
  • Fixed a use-after-free when IntlRuleBasedBreakIterator is constructed from compiled rules. (iliaal)

MBString:

  • Fixed mb_ereg_replace() emitting a NUL or out-of-bounds bytes in the replacement when a \k<name> backref has no closing delimiter. (Ilia Alshanetsky)

MySQLnd:

  • Fixed GHSA-r6x9-5r99-36j7 (Various packet overreads in mysqlnd wire protocol). (CVE-2025-1218) (Jakub Zelenka, Nora Dossche)

ODBC:

  • Fixed odbc_field_len(), odbc_field_scale() and odbc_field_type() returning uninitialized memory when SQLColAttribute fails. (Ilia Alshanetsky)

Opcache:

  • Fixed a crash when the huge page SHM remap discarded mappings outside the reserved address range. (Piotr Hałas)
  • Fixed opcache.protect_memory race under ZTS. (realFlowControl)
  • Fixed bug GH-23288 (Crash on restart when opcache.interned_strings_buffer is overridden in an individual FPM pool). (David Carlier)
  • Fixed a tracing JIT crash when compiling a side trace for a method of a class that could not be stored in the inheritance cache. (GH-21710) (Arnaud, iliaal)

OpenSSL:

  • Fixed GHSA-vvx9-73fr-5jjx (TLS hostname verification falls back to CN after SAN mismatch). (CVE-2026-91769) (Jakub Zelenka)
  • Fixed GHSA-xr7j-rvgx-xq5p (Heap buffer overflow in php_openssl_matches_wildcard_name() on crafted server certificate wildcard CN). (CVE-2026-91767) (Jakub Zelenka)

PDO:

  • Fixed a leak when a persistent connection failed a liveness check with no other live PDO handle. (iliaal)

PDO_ODBC:

  • Fixed bug GH-23444 (ODBC_ATTR_ASSUME_UTF8 corrupts Unicode data outside Windows). (Calvin Buckley, Lazizbek Ergashev)

PDO_PGSQL:

  • Fixed PDO::CURSOR_SCROLL statements closing a cursor that does not exist. (KentarouTakeda)

PDO Sqlite:

  • Fixed bug GH-20214 (PDO::FETCH_DEFAULT unexpected behavior with PDOStatement::setFetchMode). (SakiTakamachi)

Phar:

  • Fixed bug GH-23418 (Use-after-free when looking up mounted directories). (Weilin Du)
  • Fixed bug GH-23477 (Memory leak on duplicate native Phar manifest entries). (Weilin Du)
  • Fixed GHSA-j3wh-g957-2m85 (Integer overflow in phar_tar_number() allowing TAR archive entry injection). (CVE-2026-6103) (Jakub Zelenka)

SNMP:

  • Fixed bug GH-23453 (SNMP::setSecurity() frees a non-malloced address with a context engine ID longer than 32 bytes). (Lazizbek Ergashev)

SOAP:

  • Fixed bug GH-23447 (Segfault when a class passed to SoapServer::setClass() fails to initialize). (Lazizbek Ergashev)
  • Fixed WSDL cache corruption when a soap:header defines headerfaults. (Ilia Alshanetsky)
  • Fixed stack overflow when parsing a WSDL with self-referential schema groups or attributeGroups. (Ilia Alshanetsky)
  • Fixed GHSA-rgrp-mwpx-f6rm (Unbounded recursion in server-side cleanup_xml_node()). (CVE-2026-91765) (Alexandre Daubois)
  • Fixed GHSA-cj93-vc83-wgqv (Integer overflow to buffer overflow in SOAP HTTP parsing). (CVE-2025-14181) (Nora Dossche, Jakub Zelenka)

Standard:

  • Fixed a segfault when a stream filter callback unsets StreamBucket::$data before re-attaching the bucket. (iliaal)
  • Fixed GHSA-7875-c8px-7q5f (Out-of-bounds read in the HTTP stream wrapper when following a redirect with an empty Location header). (CVE-2026-93682) (Ilia Alshanetsky, Jordi Kroon)
  • Fixed a memory leak in array_merge_recursive() when the recursive merge of an object converted to an array fails. (David Carlier)
  • Fixed read buffer compaction in php_stream_filter_flush(). (crystarm)
  • Fixed bug GH-22410 (Incorrect float behavior with large numbers). (arshidkv12)
  • Fixed GH-23338 (fsockopen()/pfsockopen() ValueError reported wrong argument number for $timeout). (lacatoire)
  • Fixed bug GH-23576 (Next index for array returned from array_keys() is wrong). (Lazizbek Ergashev)
  • Fixed GHSA-88hq-2827-7pg6 (Out-of-bounds read in convert. stream filters when line-break-chars contains NUL). (CVE-2026-92842*) (geeknik)
  • Fixed GHSA-fpwc-w8rq-cr92 (Cross-origin credential leak in HTTP stream wrapper redirects). (CVE-2026-91766) (Alexandre Daubois, Jakub Zelenka)

SimpleXML:

  • Fixed writing to a dimension of the object returned by attributes() not creating the attribute. (Ilia Alshanetsky)
  • Fixed child elements of the element returned by SimpleXMLElement::addChild() not being accessible by property name when namespaces are involved. (Ilia Alshanetsky)

SAPI:

  • Fixed fuzzer targets failing to build in isolation. (Mrmaxmeier)
  • Fixed returns uninitialized value on LiteSpeed lsapi SAPI (Go Kudo)

php-8.5.11-1.fc45

2 hours 25 minutes ago
FEDORA-2026-936fc7b596 Packages in this update:
  • php-8.5.11-1.fc45
Update description:

PHP version 8.5.11 (24 Sep 2026)

BCMath:

  • Fixed out-of-bounds read in bc_is_zero_for_scale() when scale exceeds n_scale. (Ilia Alshanetsky)

Core:

  • Fixed out-of-bounds reads during automatic UTF-16/32 encoding detection. (Yudai Takada)
  • Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or next() call on the inner generator). (iliaal)
  • Fixed bug GH-23232 (lone namespace separator asks the autoloader for an empty class name). (spawnia)
  • Fixed bug GH-23301 (Nested "yield from" yields a value twice when the middle generator delegates again). (Lazizbek Ergashev)

DOM:

  • Fixed NamedNodeMap::getNamedItemNS() with an empty URI not matching the null namespace in spec-following mode. (Ilia Alshanetsky)
  • Fixed stale getElementsByClassName() and other node list caches after className/classList writes and attribute removals. (Ilia Alshanetsky)
  • Fixed a use-after-free when cloning a DOMNameSpaceNode after DOMDocument::xinclude(). (iliaal)
  • Fixed a crash in DOMXPath when a php:function callback receives a nodeset and a later callback returns a node from another document. (iliaal)
  • Fixed bug GH-23331 (UAF when node_list_unlink() skips attribute children that still have a live wrapper). (iliaal)
  • Fixed a use-after-free when Dom\Element::setAttributeNS() replaces the value of an attribute whose child still has a live wrapper. (iliaal)

GD:

  • Fixed imageaffinematrixget() and imageaffinematrixconcat() reporting the wrong argument in error messages. (Weilin Du)

FPM:

  • Fixed bug GH-19320 (FPM UID and GID overflow). (Pratik Bhujel)
  • Fixed GHSA-62xp-839h-2637 (IPv6 ACL bypass in FastCGI listen.allowed_clients due to partial address comparison). (CVE-2026-91768) (Alexandre Daubois)

Intl:

  • Fixed grapheme_strpos() and grapheme_strrpos() with an empty needle returning UTF-16 offsets instead of grapheme offsets. (Ilia Alshanetsky)
  • Fixed a memory leak when dumping IntlCalendar instances. (Ilia Alshanetsky)
  • Fixed a memory leak when iterating IntlBreakIterator::getPartsIterator() results. (iliaal)
  • Fixed a double-free when IntlGregorianCalendar construction fails after the ICU constructor adopts the TimeZone. (iliaal)
  • Fixed bug GH-23094 (NumberFormatter parsing offsets use UTF-16 positions for UTF-8 strings). (ColumbusLabs)
  • Fixed Locale::parseLocale() reading past a trailing '-' or '_'. (iliaal, Xuyang Zhang)
  • Fixed grapheme_str_split() treating UBRK_DONE as a byte index. (iliaal)
  • Fixed a leak in Locale::getKeywords() when a keyword value cannot be read. (iliaal)
  • Fixed a use-after-free when IntlRuleBasedBreakIterator is constructed from compiled rules. (iliaal)

MBString:

  • Fixed mb_ereg_replace() emitting a NUL or out-of-bounds bytes in the replacement when a \k<name> backref has no closing delimiter. (Ilia Alshanetsky)

MySQLnd:

  • Fixed GHSA-r6x9-5r99-36j7 (Various packet overreads in mysqlnd wire protocol). (CVE-2025-1218) (Jakub Zelenka, Nora Dossche)

ODBC:

  • Fixed odbc_field_len(), odbc_field_scale() and odbc_field_type() returning uninitialized memory when SQLColAttribute fails. (Ilia Alshanetsky)

Opcache:

  • Fixed opcache.protect_memory race under ZTS. (realFlowControl)
  • Fixed a tracing JIT crash when compiling a side trace for a method of a class that could not be stored in the inheritance cache. (GH-21710) (Arnaud, iliaal)
  • Fixed a crash when the huge page SHM remap discarded mappings outside the reserved address range. (Piotr Hałas)

OpenSSL:

  • Fixed GHSA-vvx9-73fr-5jjx (TLS hostname verification falls back to CN after SAN mismatch). (CVE-2026-91769) (Jakub Zelenka)
  • Fixed GHSA-xr7j-rvgx-xq5p (Heap buffer overflow in php_openssl_matches_wildcard_name() on crafted server certificate wildcard CN). (CVE-2026-91767) (Jakub Zelenka)

PDO:

  • Fixed a leak when a persistent connection failed a liveness check with no other live PDO handle. (iliaal)

PDO_PGSQL:

  • Fixed PDO::CURSOR_SCROLL statements failing under lazy fetching (PDO::ATTR_PREFETCH => 0). (KentarouTakeda)

PDO Sqlite:

  • Fixed bug GH-20214 (PDO::FETCH_DEFAULT unexpected behavior with PDOStatement::setFetchMode). (SakiTakamachi)

Phar:

  • Fixed bug GH-23418 (Use-after-free when looking up mounted directories). (Weilin Du)
  • Fixed bug GH-23477 (Memory leak on duplicate native Phar manifest entries). (Weilin Du)
  • Fixed GHSA-j3wh-g957-2m85 (Integer overflow in phar_tar_number() allowing TAR archive entry injection). (CVE-2026-6103) (Jakub Zelenka)

Readline:

  • Fixed the interactive shell not waiting for the pager process to exit. (Weilin Du)

SOAP:

  • Fixed WSDL cache corruption when a soap:header defines headerfaults. (Ilia Alshanetsky)
  • Fixed stack overflow when parsing a WSDL with self-referential schema groups or attributeGroups. (Ilia Alshanetsky)
  • Fixed GHSA-rgrp-mwpx-f6rm (Unbounded recursion in server-side cleanup_xml_node()). (CVE-2026-91765) (Alexandre Daubois)
  • Fixed GHSA-cj93-vc83-wgqv (Integer overflow to buffer overflow in SOAP HTTP parsing). (CVE-2025-14181) (Nora Dossche, Jakub Zelenka)

Standard:

  • Fixed a segfault when a stream filter callback unsets StreamBucket::$data before re-attaching the bucket. (iliaal)
  • Fixed GHSA-7875-c8px-7q5f (Out-of-bounds read in the HTTP stream wrapper when following a redirect with an empty Location header). (CVE-2026-93682) (Ilia Alshanetsky, Jordi Kroon)
  • Fixed read buffer compaction in php_stream_filter_flush(). (crystarm)
  • Fixed bug GH-22410 (Incorrect float behavior with large numbers). (arshidkv12)
  • Fixed GH-23338 (fsockopen()/pfsockopen() ValueError reported wrong argument number for $timeout). (lacatoire)
  • Fixed bug GH-23576 (Next index for array returned from array_keys() is wrong). (Lazizbek Ergashev)
  • Fixed GHSA-88hq-2827-7pg6 (Out-of-bounds read in convert. stream filters when line-break-chars contains NUL). (CVE-2026-92842*) (geeknik)
  • Fixed GHSA-fpwc-w8rq-cr92 (Cross-origin credential leak in HTTP stream wrapper redirects). (CVE-2026-91766) (Alexandre Daubois)

SimpleXML:

  • Fixed writing to a dimension of the object returned by attributes() not creating the attribute. (Ilia Alshanetsky)
  • Fixed child elements of the element returned by SimpleXMLElement::addChild() not being accessible by property name when namespaces are involved. (Ilia Alshanetsky)

SAPI:

  • Fixed fuzzer targets failing to build in isolation. (Mrmaxmeier)
  • Fixed returns uninitialized value on LiteSpeed lsapi SAPI (Go Kudo)

php-8.5.11-1.fc44

2 hours 25 minutes ago
FEDORA-2026-5f0023de35 Packages in this update:
  • php-8.5.11-1.fc44
Update description:

PHP version 8.5.11 (24 Sep 2026)

BCMath:

  • Fixed out-of-bounds read in bc_is_zero_for_scale() when scale exceeds n_scale. (Ilia Alshanetsky)

Core:

  • Fixed out-of-bounds reads during automatic UTF-16/32 encoding detection. (Yudai Takada)
  • Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or next() call on the inner generator). (iliaal)
  • Fixed bug GH-23232 (lone namespace separator asks the autoloader for an empty class name). (spawnia)
  • Fixed bug GH-23301 (Nested "yield from" yields a value twice when the middle generator delegates again). (Lazizbek Ergashev)

DOM:

  • Fixed NamedNodeMap::getNamedItemNS() with an empty URI not matching the null namespace in spec-following mode. (Ilia Alshanetsky)
  • Fixed stale getElementsByClassName() and other node list caches after className/classList writes and attribute removals. (Ilia Alshanetsky)
  • Fixed a use-after-free when cloning a DOMNameSpaceNode after DOMDocument::xinclude(). (iliaal)
  • Fixed a crash in DOMXPath when a php:function callback receives a nodeset and a later callback returns a node from another document. (iliaal)
  • Fixed bug GH-23331 (UAF when node_list_unlink() skips attribute children that still have a live wrapper). (iliaal)
  • Fixed a use-after-free when Dom\Element::setAttributeNS() replaces the value of an attribute whose child still has a live wrapper. (iliaal)

GD:

  • Fixed imageaffinematrixget() and imageaffinematrixconcat() reporting the wrong argument in error messages. (Weilin Du)

FPM:

  • Fixed bug GH-19320 (FPM UID and GID overflow). (Pratik Bhujel)
  • Fixed GHSA-62xp-839h-2637 (IPv6 ACL bypass in FastCGI listen.allowed_clients due to partial address comparison). (CVE-2026-91768) (Alexandre Daubois)

Intl:

  • Fixed grapheme_strpos() and grapheme_strrpos() with an empty needle returning UTF-16 offsets instead of grapheme offsets. (Ilia Alshanetsky)
  • Fixed a memory leak when dumping IntlCalendar instances. (Ilia Alshanetsky)
  • Fixed a memory leak when iterating IntlBreakIterator::getPartsIterator() results. (iliaal)
  • Fixed a double-free when IntlGregorianCalendar construction fails after the ICU constructor adopts the TimeZone. (iliaal)
  • Fixed bug GH-23094 (NumberFormatter parsing offsets use UTF-16 positions for UTF-8 strings). (ColumbusLabs)
  • Fixed Locale::parseLocale() reading past a trailing '-' or '_'. (iliaal, Xuyang Zhang)
  • Fixed grapheme_str_split() treating UBRK_DONE as a byte index. (iliaal)
  • Fixed a leak in Locale::getKeywords() when a keyword value cannot be read. (iliaal)
  • Fixed a use-after-free when IntlRuleBasedBreakIterator is constructed from compiled rules. (iliaal)

MBString:

  • Fixed mb_ereg_replace() emitting a NUL or out-of-bounds bytes in the replacement when a \k<name> backref has no closing delimiter. (Ilia Alshanetsky)

MySQLnd:

  • Fixed GHSA-r6x9-5r99-36j7 (Various packet overreads in mysqlnd wire protocol). (CVE-2025-1218) (Jakub Zelenka, Nora Dossche)

ODBC:

  • Fixed odbc_field_len(), odbc_field_scale() and odbc_field_type() returning uninitialized memory when SQLColAttribute fails. (Ilia Alshanetsky)

Opcache:

  • Fixed opcache.protect_memory race under ZTS. (realFlowControl)
  • Fixed a tracing JIT crash when compiling a side trace for a method of a class that could not be stored in the inheritance cache. (GH-21710) (Arnaud, iliaal)
  • Fixed a crash when the huge page SHM remap discarded mappings outside the reserved address range. (Piotr Hałas)

OpenSSL:

  • Fixed GHSA-vvx9-73fr-5jjx (TLS hostname verification falls back to CN after SAN mismatch). (CVE-2026-91769) (Jakub Zelenka)
  • Fixed GHSA-xr7j-rvgx-xq5p (Heap buffer overflow in php_openssl_matches_wildcard_name() on crafted server certificate wildcard CN). (CVE-2026-91767) (Jakub Zelenka)

PDO:

  • Fixed a leak when a persistent connection failed a liveness check with no other live PDO handle. (iliaal)

PDO_PGSQL:

  • Fixed PDO::CURSOR_SCROLL statements failing under lazy fetching (PDO::ATTR_PREFETCH => 0). (KentarouTakeda)

PDO Sqlite:

  • Fixed bug GH-20214 (PDO::FETCH_DEFAULT unexpected behavior with PDOStatement::setFetchMode). (SakiTakamachi)

Phar:

  • Fixed bug GH-23418 (Use-after-free when looking up mounted directories). (Weilin Du)
  • Fixed bug GH-23477 (Memory leak on duplicate native Phar manifest entries). (Weilin Du)
  • Fixed GHSA-j3wh-g957-2m85 (Integer overflow in phar_tar_number() allowing TAR archive entry injection). (CVE-2026-6103) (Jakub Zelenka)

Readline:

  • Fixed the interactive shell not waiting for the pager process to exit. (Weilin Du)

SOAP:

  • Fixed WSDL cache corruption when a soap:header defines headerfaults. (Ilia Alshanetsky)
  • Fixed stack overflow when parsing a WSDL with self-referential schema groups or attributeGroups. (Ilia Alshanetsky)
  • Fixed GHSA-rgrp-mwpx-f6rm (Unbounded recursion in server-side cleanup_xml_node()). (CVE-2026-91765) (Alexandre Daubois)
  • Fixed GHSA-cj93-vc83-wgqv (Integer overflow to buffer overflow in SOAP HTTP parsing). (CVE-2025-14181) (Nora Dossche, Jakub Zelenka)

Standard:

  • Fixed a segfault when a stream filter callback unsets StreamBucket::$data before re-attaching the bucket. (iliaal)
  • Fixed GHSA-7875-c8px-7q5f (Out-of-bounds read in the HTTP stream wrapper when following a redirect with an empty Location header). (CVE-2026-93682) (Ilia Alshanetsky, Jordi Kroon)
  • Fixed read buffer compaction in php_stream_filter_flush(). (crystarm)
  • Fixed bug GH-22410 (Incorrect float behavior with large numbers). (arshidkv12)
  • Fixed GH-23338 (fsockopen()/pfsockopen() ValueError reported wrong argument number for $timeout). (lacatoire)
  • Fixed bug GH-23576 (Next index for array returned from array_keys() is wrong). (Lazizbek Ergashev)
  • Fixed GHSA-88hq-2827-7pg6 (Out-of-bounds read in convert. stream filters when line-break-chars contains NUL). (CVE-2026-92842*) (geeknik)
  • Fixed GHSA-fpwc-w8rq-cr92 (Cross-origin credential leak in HTTP stream wrapper redirects). (CVE-2026-91766) (Alexandre Daubois)

SimpleXML:

  • Fixed writing to a dimension of the object returned by attributes() not creating the attribute. (Ilia Alshanetsky)
  • Fixed child elements of the element returned by SimpleXMLElement::addChild() not being accessible by property name when namespaces are involved. (Ilia Alshanetsky)

SAPI:

  • Fixed fuzzer targets failing to build in isolation. (Mrmaxmeier)
  • Fixed returns uninitialized value on LiteSpeed lsapi SAPI (Go Kudo)

webkitgtk-2.54.0-2.fc44

3 hours 34 minutes ago
FEDORA-2026-40db9b80a2 Packages in this update:
  • webkitgtk-2.54.0-2.fc44
Update description:

Update to 2.54.0:

  • Switch web process compositor to use Skia instead of TextureMapper.
  • Improved damage handling that is now also used during the composition to limit the composited areas.
  • Implement GPU atlas creation and replay substitution for batched raster image uploads.
  • Media capability reporting is more accurate.
  • Video decoding limits are now respected in media capabilities queries.
  • Add new improved API for page favicons.
  • Add magnification property to WebKitWebView to handle visual scaling.
  • Add new API to allow setting a per-navigation custom User-Agent to WebKitWebsitePolicies.
  • Remove the option to use cairo for 2D rendering.

WebKit Security fixes from 2.54.0: CVE-2026-84635, CVE-2026-64753, CVE-2026-64715, CVE-2026-64778, CVE-2026-64779, CVE-2026-64780, CVE-2026-64782, CVE-2026-64784, CVE-2026-65331, CVE-2026-65332, CVE-2026-65333, CVE-2026-65334, CVE-2026-65335, CVE-2026-65336, CVE-2026-65337, CVE-2026-65338, CVE-2026-65340, CVE-2026-65341, CVE-2026-65351, CVE-2026-78376, CVE-2026-83596.

WebKit security fixes from 2.52.6: CVE-2026-43804, CVE-2026-64713, CVE-2026-64728, CVE-2026-64730, CVE-2026-64757, CVE-2026-64783

This update also fixes a couple hundred or so ANGLE CVEs and several dozen Skia CVEs.

This update breaks some styles in Evolution. Sorry about that.

webkitgtk-2.54.0-2.fc43

3 hours 34 minutes ago
FEDORA-2026-011617b4db Packages in this update:
  • webkitgtk-2.54.0-2.fc43
Update description:

Update to 2.54.0:

  • Switch web process compositor to use Skia instead of TextureMapper.
  • Improved damage handling that is now also used during the composition to limit the composited areas.
  • Implement GPU atlas creation and replay substitution for batched raster image uploads.
  • Media capability reporting is more accurate.
  • Video decoding limits are now respected in media capabilities queries.
  • Add new improved API for page favicons.
  • Add magnification property to WebKitWebView to handle visual scaling.
  • Add new API to allow setting a per-navigation custom User-Agent to WebKitWebsitePolicies.
  • Remove the option to use cairo for 2D rendering.

WebKit Security fixes from 2.54.0: CVE-2026-84635, CVE-2026-64753, CVE-2026-64715, CVE-2026-64778, CVE-2026-64779, CVE-2026-64780, CVE-2026-64782, CVE-2026-64784, CVE-2026-65331, CVE-2026-65332, CVE-2026-65333, CVE-2026-65334, CVE-2026-65335, CVE-2026-65336, CVE-2026-65337, CVE-2026-65338, CVE-2026-65340, CVE-2026-65341, CVE-2026-65351, CVE-2026-78376, CVE-2026-83596.

WebKit security fixes from 2.52.6: CVE-2026-43804, CVE-2026-64713, CVE-2026-64728, CVE-2026-64730, CVE-2026-64757, CVE-2026-64783

This update also fixes a couple hundred or so ANGLE CVEs and several dozen Skia CVEs.

This update breaks some styles in Evolution. Sorry about that.

chromium-153.0.8010.52-1.el9

9 hours 37 minutes ago
FEDORA-EPEL-2026-3c8ff9535a Packages in this update:
  • chromium-153.0.8010.52-1.el9
Update description:

Update to 153.0.8010.52

  • CVE-2026-91708: Race condition in Network
  • CVE-2026-91709: Type confusion in ServiceWorker
  • CVE-2026-91710: Use after free in WebAppInstalls
  • CVE-2026-91711: Out of bounds write in ServiceWorker
  • CVE-2026-91712: Race condition in Extensions
  • CVE-2026-91713: Missing authorization in Browser
  • CVE-2026-91714: Observable discrepancy in Fonts
  • CVE-2026-91715: Type confusion in ServiceWorker
  • CVE-2026-91716: Use after free in Auth
  • CVE-2026-91717: Missing authorization in Android
  • CVE-2026-91718: Use after free in Core
  • CVE-2026-91719: Code injection in XML
  • CVE-2026-91720: Uninitialized resource in ANGLE
  • CVE-2026-91721: Use after free in Internals
  • CVE-2026-91722: Use after free in Input
  • CVE-2026-91723: Race condition in WebAppInstalls
  • CVE-2026-91724: Use after free in Input
  • CVE-2026-91725: Observable discrepancy in CSS
  • CVE-2026-91726: Out of bounds read in WebGL
  • CVE-2026-91727: Incorrect reference resolution in Extensions
  • CVE-2026-91728: Integer overflow in V8
  • CVE-2026-91729: Use after free in DigitalCredentials
  • CVE-2026-91730: Incomplete cleanup in GetUserMedia
  • CVE-2026-91731: Type confusion in Compositing
  • CVE-2026-91732: Missing authorization in AppManifest
  • CVE-2026-91733: Improper state validation in Skia
  • CVE-2026-91734: Incorrect authorization in Core
  • CVE-2026-91735: Incorrect authorization in WebUI
  • CVE-2026-91736: Use after free in DOM
  • CVE-2026-91737: Use after free in PDF
  • CVE-2026-91738: Improper input validation in ANGLE
  • CVE-2026-91739: Missing authorization in Transactions Platform
  • CVE-2026-91740: Uninitialized resource in Skia
  • CVE-2026-91741: Type confusion in CacheStorage
  • CVE-2026-91742: Confused deputy in PriceTracking
  • CVE-2026-91743: Race condition in Core
  • CVE-2026-91744: Race condition in PlatformIntegration
  • CVE-2026-91745: Use after free in V8
  • CVE-2026-91746: Integer overflow in Compositing
  • CVE-2026-91747: Use after free in Skia
  • CVE-2026-91748: Race condition in Extensions
  • CVE-2026-91749: Use after free in Workers
  • CVE-2026-93372: Buffer overflow in WebGL
  • CVE-2026-93373: Use after free in Extensions
  • CVE-2026-93374: Use after free in Dawn
  • CVE-2026-93375: Incorrect reference resolution in Tracing
  • CVE-2026-93376: Out of bounds read in DataTransfer
  • CVE-2026-93377: Type confusion in V8
  • CVE-2026-93378: Missing authorization in Storage
  • CVE-2026-93379: Incorrect authorization in ORB
  • CVE-2026-93380: Race condition in FileSystem
  • CVE-2026-93381: Buffer overflow in PDFium
  • CVE-2026-93382: Use after free in PDFium
  • CVE-2026-93383: Information leak in Permissions
  • CVE-2026-93384: Server-side request forgery in Omnibox
  • CVE-2026-93385: Information leak in Paint
  • CVE-2026-93386: UI misrepresentation in WebAppInstalls
  • CVE-2026-93387: Improper state validation in Skia

chromium-153.0.8010.52-1.fc45

9 hours 37 minutes ago
FEDORA-2026-6edc80db3f Packages in this update:
  • chromium-153.0.8010.52-1.fc45
Update description:

Update to 153.0.8010.52

  • CVE-2026-91708: Race condition in Network
  • CVE-2026-91709: Type confusion in ServiceWorker
  • CVE-2026-91710: Use after free in WebAppInstalls
  • CVE-2026-91711: Out of bounds write in ServiceWorker
  • CVE-2026-91712: Race condition in Extensions
  • CVE-2026-91713: Missing authorization in Browser
  • CVE-2026-91714: Observable discrepancy in Fonts
  • CVE-2026-91715: Type confusion in ServiceWorker
  • CVE-2026-91716: Use after free in Auth
  • CVE-2026-91717: Missing authorization in Android
  • CVE-2026-91718: Use after free in Core
  • CVE-2026-91719: Code injection in XML
  • CVE-2026-91720: Uninitialized resource in ANGLE
  • CVE-2026-91721: Use after free in Internals
  • CVE-2026-91722: Use after free in Input
  • CVE-2026-91723: Race condition in WebAppInstalls
  • CVE-2026-91724: Use after free in Input
  • CVE-2026-91725: Observable discrepancy in CSS
  • CVE-2026-91726: Out of bounds read in WebGL
  • CVE-2026-91727: Incorrect reference resolution in Extensions
  • CVE-2026-91728: Integer overflow in V8
  • CVE-2026-91729: Use after free in DigitalCredentials
  • CVE-2026-91730: Incomplete cleanup in GetUserMedia
  • CVE-2026-91731: Type confusion in Compositing
  • CVE-2026-91732: Missing authorization in AppManifest
  • CVE-2026-91733: Improper state validation in Skia
  • CVE-2026-91734: Incorrect authorization in Core
  • CVE-2026-91735: Incorrect authorization in WebUI
  • CVE-2026-91736: Use after free in DOM
  • CVE-2026-91737: Use after free in PDF
  • CVE-2026-91738: Improper input validation in ANGLE
  • CVE-2026-91739: Missing authorization in Transactions Platform
  • CVE-2026-91740: Uninitialized resource in Skia
  • CVE-2026-91741: Type confusion in CacheStorage
  • CVE-2026-91742: Confused deputy in PriceTracking
  • CVE-2026-91743: Race condition in Core
  • CVE-2026-91744: Race condition in PlatformIntegration
  • CVE-2026-91745: Use after free in V8
  • CVE-2026-91746: Integer overflow in Compositing
  • CVE-2026-91747: Use after free in Skia
  • CVE-2026-91748: Race condition in Extensions
  • CVE-2026-91749: Use after free in Workers
  • CVE-2026-93372: Buffer overflow in WebGL
  • CVE-2026-93373: Use after free in Extensions
  • CVE-2026-93374: Use after free in Dawn
  • CVE-2026-93375: Incorrect reference resolution in Tracing
  • CVE-2026-93376: Out of bounds read in DataTransfer
  • CVE-2026-93377: Type confusion in V8
  • CVE-2026-93378: Missing authorization in Storage
  • CVE-2026-93379: Incorrect authorization in ORB
  • CVE-2026-93380: Race condition in FileSystem
  • CVE-2026-93381: Buffer overflow in PDFium
  • CVE-2026-93382: Use after free in PDFium
  • CVE-2026-93383: Information leak in Permissions
  • CVE-2026-93384: Server-side request forgery in Omnibox
  • CVE-2026-93385: Information leak in Paint
  • CVE-2026-93386: UI misrepresentation in WebAppInstalls
  • CVE-2026-93387: Improper state validation in Skia

chromium-153.0.8010.52-1.el10_3

9 hours 37 minutes ago
FEDORA-EPEL-2026-d8fda74079 Packages in this update:
  • chromium-153.0.8010.52-1.el10_3
Update description:

Update to 153.0.8010.52

  • CVE-2026-91708: Race condition in Network
  • CVE-2026-91709: Type confusion in ServiceWorker
  • CVE-2026-91710: Use after free in WebAppInstalls
  • CVE-2026-91711: Out of bounds write in ServiceWorker
  • CVE-2026-91712: Race condition in Extensions
  • CVE-2026-91713: Missing authorization in Browser
  • CVE-2026-91714: Observable discrepancy in Fonts
  • CVE-2026-91715: Type confusion in ServiceWorker
  • CVE-2026-91716: Use after free in Auth
  • CVE-2026-91717: Missing authorization in Android
  • CVE-2026-91718: Use after free in Core
  • CVE-2026-91719: Code injection in XML
  • CVE-2026-91720: Uninitialized resource in ANGLE
  • CVE-2026-91721: Use after free in Internals
  • CVE-2026-91722: Use after free in Input
  • CVE-2026-91723: Race condition in WebAppInstalls
  • CVE-2026-91724: Use after free in Input
  • CVE-2026-91725: Observable discrepancy in CSS
  • CVE-2026-91726: Out of bounds read in WebGL
  • CVE-2026-91727: Incorrect reference resolution in Extensions
  • CVE-2026-91728: Integer overflow in V8
  • CVE-2026-91729: Use after free in DigitalCredentials
  • CVE-2026-91730: Incomplete cleanup in GetUserMedia
  • CVE-2026-91731: Type confusion in Compositing
  • CVE-2026-91732: Missing authorization in AppManifest
  • CVE-2026-91733: Improper state validation in Skia
  • CVE-2026-91734: Incorrect authorization in Core
  • CVE-2026-91735: Incorrect authorization in WebUI
  • CVE-2026-91736: Use after free in DOM
  • CVE-2026-91737: Use after free in PDF
  • CVE-2026-91738: Improper input validation in ANGLE
  • CVE-2026-91739: Missing authorization in Transactions Platform
  • CVE-2026-91740: Uninitialized resource in Skia
  • CVE-2026-91741: Type confusion in CacheStorage
  • CVE-2026-91742: Confused deputy in PriceTracking
  • CVE-2026-91743: Race condition in Core
  • CVE-2026-91744: Race condition in PlatformIntegration
  • CVE-2026-91745: Use after free in V8
  • CVE-2026-91746: Integer overflow in Compositing
  • CVE-2026-91747: Use after free in Skia
  • CVE-2026-91748: Race condition in Extensions
  • CVE-2026-91749: Use after free in Workers
  • CVE-2026-93372: Buffer overflow in WebGL
  • CVE-2026-93373: Use after free in Extensions
  • CVE-2026-93374: Use after free in Dawn
  • CVE-2026-93375: Incorrect reference resolution in Tracing
  • CVE-2026-93376: Out of bounds read in DataTransfer
  • CVE-2026-93377: Type confusion in V8
  • CVE-2026-93378: Missing authorization in Storage
  • CVE-2026-93379: Incorrect authorization in ORB
  • CVE-2026-93380: Race condition in FileSystem
  • CVE-2026-93381: Buffer overflow in PDFium
  • CVE-2026-93382: Use after free in PDFium
  • CVE-2026-93383: Information leak in Permissions
  • CVE-2026-93384: Server-side request forgery in Omnibox
  • CVE-2026-93385: Information leak in Paint
  • CVE-2026-93386: UI misrepresentation in WebAppInstalls
  • CVE-2026-93387: Improper state validation in Skia

chromium-153.0.8010.52-1.fc44

9 hours 37 minutes ago
FEDORA-2026-f910229c11 Packages in this update:
  • chromium-153.0.8010.52-1.fc44
Update description:

Update to 153.0.8010.52

  • CVE-2026-91708: Race condition in Network
  • CVE-2026-91709: Type confusion in ServiceWorker
  • CVE-2026-91710: Use after free in WebAppInstalls
  • CVE-2026-91711: Out of bounds write in ServiceWorker
  • CVE-2026-91712: Race condition in Extensions
  • CVE-2026-91713: Missing authorization in Browser
  • CVE-2026-91714: Observable discrepancy in Fonts
  • CVE-2026-91715: Type confusion in ServiceWorker
  • CVE-2026-91716: Use after free in Auth
  • CVE-2026-91717: Missing authorization in Android
  • CVE-2026-91718: Use after free in Core
  • CVE-2026-91719: Code injection in XML
  • CVE-2026-91720: Uninitialized resource in ANGLE
  • CVE-2026-91721: Use after free in Internals
  • CVE-2026-91722: Use after free in Input
  • CVE-2026-91723: Race condition in WebAppInstalls
  • CVE-2026-91724: Use after free in Input
  • CVE-2026-91725: Observable discrepancy in CSS
  • CVE-2026-91726: Out of bounds read in WebGL
  • CVE-2026-91727: Incorrect reference resolution in Extensions
  • CVE-2026-91728: Integer overflow in V8
  • CVE-2026-91729: Use after free in DigitalCredentials
  • CVE-2026-91730: Incomplete cleanup in GetUserMedia
  • CVE-2026-91731: Type confusion in Compositing
  • CVE-2026-91732: Missing authorization in AppManifest
  • CVE-2026-91733: Improper state validation in Skia
  • CVE-2026-91734: Incorrect authorization in Core
  • CVE-2026-91735: Incorrect authorization in WebUI
  • CVE-2026-91736: Use after free in DOM
  • CVE-2026-91737: Use after free in PDF
  • CVE-2026-91738: Improper input validation in ANGLE
  • CVE-2026-91739: Missing authorization in Transactions Platform
  • CVE-2026-91740: Uninitialized resource in Skia
  • CVE-2026-91741: Type confusion in CacheStorage
  • CVE-2026-91742: Confused deputy in PriceTracking
  • CVE-2026-91743: Race condition in Core
  • CVE-2026-91744: Race condition in PlatformIntegration
  • CVE-2026-91745: Use after free in V8
  • CVE-2026-91746: Integer overflow in Compositing
  • CVE-2026-91747: Use after free in Skia
  • CVE-2026-91748: Race condition in Extensions
  • CVE-2026-91749: Use after free in Workers
  • CVE-2026-93372: Buffer overflow in WebGL
  • CVE-2026-93373: Use after free in Extensions
  • CVE-2026-93374: Use after free in Dawn
  • CVE-2026-93375: Incorrect reference resolution in Tracing
  • CVE-2026-93376: Out of bounds read in DataTransfer
  • CVE-2026-93377: Type confusion in V8
  • CVE-2026-93378: Missing authorization in Storage
  • CVE-2026-93379: Incorrect authorization in ORB
  • CVE-2026-93380: Race condition in FileSystem
  • CVE-2026-93381: Buffer overflow in PDFium
  • CVE-2026-93382: Use after free in PDFium
  • CVE-2026-93383: Information leak in Permissions
  • CVE-2026-93384: Server-side request forgery in Omnibox
  • CVE-2026-93385: Information leak in Paint
  • CVE-2026-93386: UI misrepresentation in WebAppInstalls
  • CVE-2026-93387: Improper state validation in Skia

chromium-153.0.8010.52-1.el10_4

9 hours 37 minutes ago
FEDORA-EPEL-2026-ef33948ace Packages in this update:
  • chromium-153.0.8010.52-1.el10_4
Update description:

Update to 153.0.8010.52

  • CVE-2026-91708: Race condition in Network
  • CVE-2026-91709: Type confusion in ServiceWorker
  • CVE-2026-91710: Use after free in WebAppInstalls
  • CVE-2026-91711: Out of bounds write in ServiceWorker
  • CVE-2026-91712: Race condition in Extensions
  • CVE-2026-91713: Missing authorization in Browser
  • CVE-2026-91714: Observable discrepancy in Fonts
  • CVE-2026-91715: Type confusion in ServiceWorker
  • CVE-2026-91716: Use after free in Auth
  • CVE-2026-91717: Missing authorization in Android
  • CVE-2026-91718: Use after free in Core
  • CVE-2026-91719: Code injection in XML
  • CVE-2026-91720: Uninitialized resource in ANGLE
  • CVE-2026-91721: Use after free in Internals
  • CVE-2026-91722: Use after free in Input
  • CVE-2026-91723: Race condition in WebAppInstalls
  • CVE-2026-91724: Use after free in Input
  • CVE-2026-91725: Observable discrepancy in CSS
  • CVE-2026-91726: Out of bounds read in WebGL
  • CVE-2026-91727: Incorrect reference resolution in Extensions
  • CVE-2026-91728: Integer overflow in V8
  • CVE-2026-91729: Use after free in DigitalCredentials
  • CVE-2026-91730: Incomplete cleanup in GetUserMedia
  • CVE-2026-91731: Type confusion in Compositing
  • CVE-2026-91732: Missing authorization in AppManifest
  • CVE-2026-91733: Improper state validation in Skia
  • CVE-2026-91734: Incorrect authorization in Core
  • CVE-2026-91735: Incorrect authorization in WebUI
  • CVE-2026-91736: Use after free in DOM
  • CVE-2026-91737: Use after free in PDF
  • CVE-2026-91738: Improper input validation in ANGLE
  • CVE-2026-91739: Missing authorization in Transactions Platform
  • CVE-2026-91740: Uninitialized resource in Skia
  • CVE-2026-91741: Type confusion in CacheStorage
  • CVE-2026-91742: Confused deputy in PriceTracking
  • CVE-2026-91743: Race condition in Core
  • CVE-2026-91744: Race condition in PlatformIntegration
  • CVE-2026-91745: Use after free in V8
  • CVE-2026-91746: Integer overflow in Compositing
  • CVE-2026-91747: Use after free in Skia
  • CVE-2026-91748: Race condition in Extensions
  • CVE-2026-91749: Use after free in Workers
  • CVE-2026-93372: Buffer overflow in WebGL
  • CVE-2026-93373: Use after free in Extensions
  • CVE-2026-93374: Use after free in Dawn
  • CVE-2026-93375: Incorrect reference resolution in Tracing
  • CVE-2026-93376: Out of bounds read in DataTransfer
  • CVE-2026-93377: Type confusion in V8
  • CVE-2026-93378: Missing authorization in Storage
  • CVE-2026-93379: Incorrect authorization in ORB
  • CVE-2026-93380: Race condition in FileSystem
  • CVE-2026-93381: Buffer overflow in PDFium
  • CVE-2026-93382: Use after free in PDFium
  • CVE-2026-93383: Information leak in Permissions
  • CVE-2026-93384: Server-side request forgery in Omnibox
  • CVE-2026-93385: Information leak in Paint
  • CVE-2026-93386: UI misrepresentation in WebAppInstalls
  • CVE-2026-93387: Improper state validation in Skia

chromium-153.0.8010.52-1.fc43

9 hours 37 minutes ago
FEDORA-2026-dd12c89e57 Packages in this update:
  • chromium-153.0.8010.52-1.fc43
Update description:

Update to 153.0.8010.52

  • CVE-2026-91708: Race condition in Network
  • CVE-2026-91709: Type confusion in ServiceWorker
  • CVE-2026-91710: Use after free in WebAppInstalls
  • CVE-2026-91711: Out of bounds write in ServiceWorker
  • CVE-2026-91712: Race condition in Extensions
  • CVE-2026-91713: Missing authorization in Browser
  • CVE-2026-91714: Observable discrepancy in Fonts
  • CVE-2026-91715: Type confusion in ServiceWorker
  • CVE-2026-91716: Use after free in Auth
  • CVE-2026-91717: Missing authorization in Android
  • CVE-2026-91718: Use after free in Core
  • CVE-2026-91719: Code injection in XML
  • CVE-2026-91720: Uninitialized resource in ANGLE
  • CVE-2026-91721: Use after free in Internals
  • CVE-2026-91722: Use after free in Input
  • CVE-2026-91723: Race condition in WebAppInstalls
  • CVE-2026-91724: Use after free in Input
  • CVE-2026-91725: Observable discrepancy in CSS
  • CVE-2026-91726: Out of bounds read in WebGL
  • CVE-2026-91727: Incorrect reference resolution in Extensions
  • CVE-2026-91728: Integer overflow in V8
  • CVE-2026-91729: Use after free in DigitalCredentials
  • CVE-2026-91730: Incomplete cleanup in GetUserMedia
  • CVE-2026-91731: Type confusion in Compositing
  • CVE-2026-91732: Missing authorization in AppManifest
  • CVE-2026-91733: Improper state validation in Skia
  • CVE-2026-91734: Incorrect authorization in Core
  • CVE-2026-91735: Incorrect authorization in WebUI
  • CVE-2026-91736: Use after free in DOM
  • CVE-2026-91737: Use after free in PDF
  • CVE-2026-91738: Improper input validation in ANGLE
  • CVE-2026-91739: Missing authorization in Transactions Platform
  • CVE-2026-91740: Uninitialized resource in Skia
  • CVE-2026-91741: Type confusion in CacheStorage
  • CVE-2026-91742: Confused deputy in PriceTracking
  • CVE-2026-91743: Race condition in Core
  • CVE-2026-91744: Race condition in PlatformIntegration
  • CVE-2026-91745: Use after free in V8
  • CVE-2026-91746: Integer overflow in Compositing
  • CVE-2026-91747: Use after free in Skia
  • CVE-2026-91748: Race condition in Extensions
  • CVE-2026-91749: Use after free in Workers
  • CVE-2026-93372: Buffer overflow in WebGL
  • CVE-2026-93373: Use after free in Extensions
  • CVE-2026-93374: Use after free in Dawn
  • CVE-2026-93375: Incorrect reference resolution in Tracing
  • CVE-2026-93376: Out of bounds read in DataTransfer
  • CVE-2026-93377: Type confusion in V8
  • CVE-2026-93378: Missing authorization in Storage
  • CVE-2026-93379: Incorrect authorization in ORB
  • CVE-2026-93380: Race condition in FileSystem
  • CVE-2026-93381: Buffer overflow in PDFium
  • CVE-2026-93382: Use after free in PDFium
  • CVE-2026-93383: Information leak in Permissions
  • CVE-2026-93384: Server-side request forgery in Omnibox
  • CVE-2026-93385: Information leak in Paint
  • CVE-2026-93386: UI misrepresentation in WebAppInstalls
  • CVE-2026-93387: Improper state validation in Skia

chromium-153.0.8010.52-1.el10_2

9 hours 37 minutes ago
FEDORA-EPEL-2026-db43927aa0 Packages in this update:
  • chromium-153.0.8010.52-1.el10_2
Update description:

Update to 153.0.8010.52

  • CVE-2026-91708: Race condition in Network
  • CVE-2026-91709: Type confusion in ServiceWorker
  • CVE-2026-91710: Use after free in WebAppInstalls
  • CVE-2026-91711: Out of bounds write in ServiceWorker
  • CVE-2026-91712: Race condition in Extensions
  • CVE-2026-91713: Missing authorization in Browser
  • CVE-2026-91714: Observable discrepancy in Fonts
  • CVE-2026-91715: Type confusion in ServiceWorker
  • CVE-2026-91716: Use after free in Auth
  • CVE-2026-91717: Missing authorization in Android
  • CVE-2026-91718: Use after free in Core
  • CVE-2026-91719: Code injection in XML
  • CVE-2026-91720: Uninitialized resource in ANGLE
  • CVE-2026-91721: Use after free in Internals
  • CVE-2026-91722: Use after free in Input
  • CVE-2026-91723: Race condition in WebAppInstalls
  • CVE-2026-91724: Use after free in Input
  • CVE-2026-91725: Observable discrepancy in CSS
  • CVE-2026-91726: Out of bounds read in WebGL
  • CVE-2026-91727: Incorrect reference resolution in Extensions
  • CVE-2026-91728: Integer overflow in V8
  • CVE-2026-91729: Use after free in DigitalCredentials
  • CVE-2026-91730: Incomplete cleanup in GetUserMedia
  • CVE-2026-91731: Type confusion in Compositing
  • CVE-2026-91732: Missing authorization in AppManifest
  • CVE-2026-91733: Improper state validation in Skia
  • CVE-2026-91734: Incorrect authorization in Core
  • CVE-2026-91735: Incorrect authorization in WebUI
  • CVE-2026-91736: Use after free in DOM
  • CVE-2026-91737: Use after free in PDF
  • CVE-2026-91738: Improper input validation in ANGLE
  • CVE-2026-91739: Missing authorization in Transactions Platform
  • CVE-2026-91740: Uninitialized resource in Skia
  • CVE-2026-91741: Type confusion in CacheStorage
  • CVE-2026-91742: Confused deputy in PriceTracking
  • CVE-2026-91743: Race condition in Core
  • CVE-2026-91744: Race condition in PlatformIntegration
  • CVE-2026-91745: Use after free in V8
  • CVE-2026-91746: Integer overflow in Compositing
  • CVE-2026-91747: Use after free in Skia
  • CVE-2026-91748: Race condition in Extensions
  • CVE-2026-91749: Use after free in Workers
  • CVE-2026-93372: Buffer overflow in WebGL
  • CVE-2026-93373: Use after free in Extensions
  • CVE-2026-93374: Use after free in Dawn
  • CVE-2026-93375: Incorrect reference resolution in Tracing
  • CVE-2026-93376: Out of bounds read in DataTransfer
  • CVE-2026-93377: Type confusion in V8
  • CVE-2026-93378: Missing authorization in Storage
  • CVE-2026-93379: Incorrect authorization in ORB
  • CVE-2026-93380: Race condition in FileSystem
  • CVE-2026-93381: Buffer overflow in PDFium
  • CVE-2026-93382: Use after free in PDFium
  • CVE-2026-93383: Information leak in Permissions
  • CVE-2026-93384: Server-side request forgery in Omnibox
  • CVE-2026-93385: Information leak in Paint
  • CVE-2026-93386: UI misrepresentation in WebAppInstalls
  • CVE-2026-93387: Improper state validation in Skia

kernel-7.2.7-300.fc45

17 hours 59 minutes ago
FEDORA-2026-4c098c462e Packages in this update:
  • kernel-7.2.7-300.fc45
Update description:

The 7.2.7 stable kernel update contains a number of important fixes across the tree.

kernel-7.2.7-200.fc44

17 hours 59 minutes ago
FEDORA-2026-ca91e91bf0 Packages in this update:
  • kernel-7.2.7-200.fc44
Update description:

The 7.2.7 stable kernel update contains a number of important fixes across the tree.

kernel-7.2.7-100.fc43

17 hours 59 minutes ago
FEDORA-2026-8202400aa0 Packages in this update:
  • kernel-7.2.7-100.fc43
Update description:

The 7.2.7 stable kernel update contains a number of important fixes across the tree.

Checked
44 minutes 4 seconds ago