Security 10983 Published by

Linux distributions pushed significant security updates today with BIND facing widespread exploitation attempts as AlmaLinux and Ubuntu released patches for cache poisoning and DNSSEC validation flaws. MySQL 8.4 jumped versions while AlmaLinux shipped a rebased build to address roughly two dozen issues touching the optimizer and replication engine, and RHEL rolled out updates for OpenShift and MicroShift. Ubuntu's release drew attention for a messy nginx revert after an initial regex fix caused breakage in the wild, alongside patches for .NET, libheif, and legacy curl packages. Other critical advisories include SUSE closing 19 holes in Erlang, Debian's Firefox ESR update with 28 CVEs, and Gentoo's urgent push for remote code execution fixes in quickjs-ng and libssh2.





Linux Security Roundup: RHEL, Ubuntu, Debian Push Critical Patches; nginx Fix Reverted

Linux distributions are rolling out a heavy batch of security updates this week, and the servers running BIND, MySQL, or nginx need your attention immediately. AlmaLinux, RHEL, Debian, and Ubuntu all pushed patches, covering vulnerabilities ranging from privilege escalation to remote code execution. If you haven't run your package manager in a few days, it's time.

BIND is taking a serious hit across the ecosystem. AlmaLinux shipped six separate CVEs for BIND 9.18 on AlmaLinux 9, covering wildcard RPZ bypasses, DNSSEC validation flaws, and cache poisoning. Ubuntu followed with eight CVEs for bind9 across 22.04, 24.04, and 26.04. The issues touch NSEC3 impersonation, resource exhaustion, and validation quirks. If you run a recursive resolver or rely on Response Policy Zones, skipping this update is a bad idea.

MySQL 8.4 is jumping versions in the AlmaLinux build. The distro pushed a rebased release moving from 8.4.10 to 8.4.11 to address roughly two dozen issues touching the optimizer, replication, and InnoDB engine. RHEL followed suit with MySQL 8.4 updates for RHEL 8 and 9. OpenShift also got a bump, with RHEL shipping 4.19.43 for both OpenShift and MicroShift. Keep in mind that OpenShift and MicroShift updates usually require maintenance windows.

Lcsecupd

Ubuntu's nginx mess

The nginx situation on Ubuntu is the kind of thing that happens when patches land faster than QA can validate. Ubuntu initially shipped USN-8563-3 to fix a regex handling bug that could crash the server or run arbitrary code. Days later, they admitted the patch broke things in the wild and pulled it back with USN-8563-4. Ubuntu said the revert is pending a cleaner solution. If your stack relies on nginx, watch the Ubuntu security list closely until a replacement arrives.

Beyond nginx, Ubuntu listed eight separate security notices. .NET 8 and 10 picked up four fixes for HTTP request smuggling, sensitive data leakage, and a privilege escalation bug in the diagnostics IPC layer. libheif, Cap'n Proto, and libssh2 rounded out the batch with memory handling and bounds checking fixes. Curl and libpng also received updates that reach back to Ubuntu 14.04. If you are still running machines on that release, you already know the score.

The rest of the field

AlmaLinux's twelve errata include some nasty bugs beyond BIND and MySQL. Performance Co-Pilot has four CVEs, including a command injection path that escalates to root and an unauthenticated endpoint that sidesteps access controls. CVE-2026-16524 gives you command execution, and CVE-2026-16527 exposes the /store endpoint. Python got a tarfile extraction filter bypass that lets code escape the destination directory. sg3_utils has a udev property injection that enables arbitrary command execution via sg_inq --export. Not exactly a good time to be ignoring patch cycles.

SUSE is going hard on Erlang. SUSE-SU-2026:3645-1 closes 19 holes, including DNS cache poisoning, certificate chain forgery, MITM hostname bypass, and heap overflows in the transport layer. The fixes also address SFTP path leakage and an httpc header leak on redirects. It's a heavy lift, but the CVSS scores justify the urgency. Python 3.11 on SUSE is leaner, targeting two CVEs linked to a regression in http.cookies.

Debian issued four advisories. Firefox ESR (DSA-6451-11) is the headline, with 28 CVEs covering arbitrary code execution, privilege escalation, and same-origin policy bypasses. OpenStack Designate has two tenant-isolation flaws that let one user tamper with another tenant's DNS zones, paving the way for hijacking. Ruby-grape landed a regression patch because a prior ruby-rack security update accidentally tripped a test failure. Sticking to the recommended package versions will keep you covered.

Gentoo has three high-severity updates, and the advisory language makes the situation clear. quickjs-ng has three CVEs for arbitrary code execution, and libssh2 has four CVEs including remote code execution over SSH. There are no workarounds for either. The Emacs advisory flags a flaw that triggers arbitrary code execution just from opening a crafted file. Apply the update. Now.

Rocky Linux is mirroring the RHEL family with patches for .NET 9.0 and 10.0 on Rocky Linux 9, plus updates for Python, MySQL, and GStreamer on Rocky Linux 8. Two advisories hit Moderate severity, but the rest carry the Important tag. Pull up the linked errata if you want to see how nasty the underlying CVEs actually are before you run your package manager.

A detailed overview

AlmaLinux

AlmaLinux pushed twelve errata splitting patches across versions 8, 9, and 10. The batch is dominated by security fixes, with severities landing firmly in the Moderate to Important range. BIND takes the heavy hit on the DNS side, absorbing six separate vulnerabilities that touch wildcard policy bypasses, DNSSEC validation shortcuts, and cache poisoning vectors. MySQL follows the July CPU cycle with a long list of fixes, pushing the database from 8.4.10 to 8.4.11 to address roughly two dozen issues across replication, the optimizer, and the InnoDB engine. Performance Co-Pilot brings its own four CVEs, including a command injection path that escalates to root and an unauthenticated endpoint that sidesteps access controls. PHP stays on the lighter side, just patching a denial of service flaw in OpenSSL's AES-WRAP-PAD implementation. Python, PAM, attr, GStreamer, and sg3_utils round out the release with the usual filesystem, authentication, and decoder edge cases. If you run any of these services, the window to apply these patches is narrow.

Errata IDOSPackageSeverityRelease DateKey Fix / CVE(s)
ALSA-2026:56131AlmaLinux 8pamModerate2026-08-18CVE-2026-54411: Timing discrepancy in pam_userdb allows plaintext password recovery
ALSA-2026:56130AlmaLinux 8sg3_utilsImportant2026-08-18CVE-2026-16313: udev property injection enables arbitrary command execution in sg_inq --export
ALSA-2026:56133AlmaLinux 8attrModerate2026-08-18CVE-2026-54371: Symlink traversal via getfattr/setfattr enables privilege escalation
ALSA-2026:40416AlmaLinux 9php:8.2Low2026-08-19CVE-2026-14355: AES-WRAP-PAD buffer allocation flaw causes DoS (Rebased to 8.2.32)
ALSA-2026:48197AlmaLinux 9php:8.3Low2026-08-19CVE-2026-14355 & CVE-2026-12184 (Rebased to 8.3.32)
ALSA-2026:55442AlmaLinux 9bind9.18Important2026-08-196 CVEs: CVE-2026-11331, 13321, 11721, 11622, 13204, 10723 covering wildcard RPZ bypass, DNSSEC validation flaws, cache poisoning
ALSA-2026:56007AlmaLinux 10mysql8.4Important2026-08-19~28 CVEs (Jul 2026 CPU): Optimizer, Replication, InnoDB, Clone Plugin, X Plugin, Group Replication flaws (Rebased to 8.4.11)
ALSA-2026:55617AlmaLinux 10pcpImportant2026-08-194 CVEs: CVE-2026-16524/16526 (command injection/privilege escalation), CVE-2026-16527 (unauth /store access), CVE-2026-16529 (DoS via integer overflow)
ALSA-2026:47749AlmaLinux 8php:8.2Low2026-08-19CVE-2026-14355: AES-WRAP-PAD buffer allocation flaw causes DoS (Rebased to 8.2.32)
ALSA-2026:56219AlmaLinux 8python3Important2026-08-19CVE-2026-11940: tarfile extraction filter bypass allows escaping destination directory
ALSA-2026:56521AlmaLinux 8gstreamer1-plugins-bad-freeImportant2026-08-19CVE-2026-19387: heap out-of-bounds write in adpcmdec IMA/DVI ADPCM decoder
ALSA-2026:55560AlmaLinux 8pcpImportant2026-08-19Same 4 CVEs as the AlmaLinux 10 PCP update: command injection, privilege escalation, unauth endpoint, integer overflow DoS

Debian GNU/Linux

Debian issued four security advisories and if you are managing legacy or LTS systems, you will want to apply them promptly. The batch mixes routine maintenance with some genuinely annoying bugs. Ruby-grape lands a regression patch because a prior security update to ruby-rack accidentally tripped a test failure in grape's Rack::Sendfile code. Firefox ESR takes the center stage with twenty-eight CVEs attached, covering arbitrary code execution, privilege escalation, and same-origin policy bypasses. Swift users need to close two doors to SSRF and denial-of-service attacks. OpenStack's Designate finishes the list with two tenant-isolation flaws that let one user tamper with another tenant's DNS zones, paving the way for hijacking or outages. Sticking to the recommended package versions will keep you covered.

PackageAdvisory IDVersionKey Issue(s)Affected Release
ruby-grapeDLA-4706-21.4.0-1+deb11u1Regression fix for a Rack::Sendfile test failure introduced by a ruby-rack security patchDebian 11 (bullseye)
firefox-esrDSA-6451-1140.14.0esr-1~deb13u128 CVEs covering arbitrary code execution, privilege escalation, information disclosure, and same-origin policy bypassDebian 13 (trixie)
swiftDLA-4746-12.30.1-0+deb12u2SSRF and denial-of-service vulnerabilities (CVE-2026-50221, CVE-2026-71190)Debian 12 (bookworm)
designateDSA-6452-11:20.0.0-2+deb13u1Tenant isolation bypass enabling DNS hijacking or DoS (CVE-2026-71193, CVE-2026-71194)Debian 13 (trixie)

Gentoo Linux

Gentoo issued three high-severity security updates. The quickjs-ng advisory flags three CVEs that could hand an attacker arbitrary code execution through the lightweight JavaScript engine. Libssh2 adds four CVEs to the mix, with the most dangerous case enabling remote code execution over SSH. Emacs closes out the list with an arbitrary code execution flaw that triggers just from opening a crafted file. You are not going to find a creative workaround for quickjs-ng or libssh2, so you have exactly one task: upgrade. The Emacs issue buys you a little breathing room if you stop opening suspicious files, but applying the update remains the only sensible move.

PackageAdvisory IDSeverityImpactAffected VersionsFixed VersionsCVEsWorkaround
quickjs-ngGLSA 202608-19HighArbitrary code execution< 0.12.0>= 0.12.0CVE-2026-0821, CVE-2026-1144, CVE-2026-1145None
EmacsGLSA 202608-18HighArbitrary code execution via malicious files< 28.2-r21:28, < 29.4-r9:29, < 30.2-r5:30, < 28.2-r21>= 28.2-r21:28, >= 29.4-r9:29, >= 30.2-r5:30, >= 28.2-r21Not specified in advisoryAvoid untrusted files
libssh2GLSA 202608-17HighRemote code execution< 1.11.1-r2>= 1.11.1-r2CVE-2025-15661, CVE-2026-7598, CVE-2026-55199, CVE-2026-55200None

Red Hat Enterprise Linux

Red Hat shipped a fresh wave of security patches covering RHEL 7 through 10. If you manage any of these systems, your update manager will likely light up. The batch leans heavily on infrastructure staples: OpenShift and MicroShift both got bumped to 4.19.43, kernel and kernel-rt updates rolled out for RHEL 8, and the usual suspects like bind, postfix, and ansible-core received their security treatments. OpenJDK dominated the release, with builds for versions 8, 11, 17, 21, and 25 landing for both Linux and Windows targets. Most of these land as Important or Moderate severity ratings, so expect to schedule maintenance windows for the production clusters running OpenShift and the database nodes sitting on MySQL 8.4.

PackageVersion / BuildTarget Platform(s)SeverityErrata ID
gstreamer1-plugins-bad-freeUnspecifiedRHEL 8.4 AMCUSS, RHEL 8.4 ELS LL Add-OnImportantRHSA-2026:56772
OpenShift Container Platform4.19.43RHEL 8ImportantRHSA-2026:54553
OpenShift Container Platform4.18.53RHEL 8ImportantRHSA-2026:54544
gegl04UnspecifiedRHEL 9.2 SAP SolutionsImportantRHSA-2026:56982
gegl04UnspecifiedRHEL 9.6 ELSImportantRHSA-2026:56963
osbuild-composerUnspecifiedRHEL 9.4 SAP SolutionsImportantRHSA-2026:56959
libarchiveUnspecifiedRHEL 10.0 ELSModerateRHSA-2026:56954
mysql:8.4UnspecifiedRHEL 8ImportantRHSA-2026:56936
glib2UnspecifiedRHEL 10ModerateRHSA-2026:57015
OpenJDK25.0.4.1 (Linux Builds)Multi-platformModerateRHSA-2026:55799
OpenJDK21.0.12.1 (Windows Builds)Multi-platformModerateRHSA-2026:55789
OpenJDK17.0.20.1 (Windows Builds)Multi-platformModerateRHSA-2026:55783
OpenJDK8u504 (Linux Builds)Multi-platformModerateRHSA-2026:55776
java-1.8.0-openjdkUnspecifiedRHEL 7 ELSModerateRHSA-2026:55774
java-21-openjdkUnspecifiedRHEL 8/9/10 + ELS variantsModerateRHSA-2026:55787
kernelUnspecifiedRHEL 8ImportantRHSA-2026:57253
kernel-rtUnspecifiedRHEL 8ImportantRHSA-2026:57254
java-1.8.0-openjdkUnspecifiedRHEL 8/9 + ELS/AMCUSS/SAP variantsModerateRHSA-2026:55775
bindUnspecifiedRHEL 9.4 SAP SolutionsImportantRHSA-2026:57189
postfixUnspecifiedRHEL 7 ELSImportantRHSA-2026:57174
java-17-openjdkUnspecifiedRHEL 8/9 + ELS/AMCUSS/SAP variantsModerateRHSA-2026:55781
ansible-coreUnspecifiedRHEL 9ImportantRHSA-2026:57149
ansible-coreUnspecifiedRHEL 10ImportantRHSA-2026:57148
yggdrasilUnspecifiedRHEL 10ImportantRHSA-2026:57126
Java 11 OpenJDK ELSUnspecifiedRHEL 7/8/9ModerateRHSA-2026:55778
OpenJDK21.0.12.1 (Linux Builds)Multi-platformModerateRHSA-2026:55788
OpenJDK17.0.20.1 (Linux Builds)Multi-platformModerateRHSA-2026:55782
OpenJDK8u504 (Windows Builds)Multi-platformModerateRHSA-2026:55777
java-25-openjdkUnspecifiedRHEL 9/10ModerateRHSA-2026:55798
mysql:8.4UnspecifiedRHEL 9ImportantRHSA-2026:56973
OpenShift Container Platform4.19.43 (Packages)RHEL 8ImportantRHSA-2026:54552
kpatch-patch-4_18_0-*Multiple patchesRHEL 8.8 SAP SolutionsImportantRHSA-2026:55761
php8.4UnspecifiedRHEL 10ImportantRHSA-2026:56969
perl-Date-ManipUnspecifiedRHEL 9ImportantRHSA-2026:56970
perl-Date-ManipUnspecifiedRHEL 10ImportantRHSA-2026:56971
gstreamer1-plugins-goodUnspecifiedRHEL 8ModerateRHSA-2026:56966
gegl04UnspecifiedRHEL 9.4 SAP SolutionsImportantRHSA-2026:56964
Red Hat build of MicroShift4.19.43RHEL 8ImportantRHSA-2026:54883

Rocky Linux

Rocky Linux is rolling out a fresh batch of errata for both Rocky Linux 8 and 9. You will find security patches landing for .NET 9.0 and 10.0 on the newer release, alongside Python, MySQL, GStreamer, and a few system utilities on the older branch. Two advisories land at Moderate severity, but the rest carry the Important tag. If you are running any of these packages, applying the patches promptly is the move. CVSS scores back up each advisory, so pull up the linked errata if you want to see how nasty the underlying CVEs actually are before you run your package manager.

RLSA IDPackageSeverityAffected OSAdvisory Type
RLSA-2026:55856.NET 9.0ImportantRocky Linux 9Security, bug fix, and enhancement update
RLSA-2026:55857.NET 10.0ImportantRocky Linux 9Security, bug fix, and enhancement update
RLSA-2026:56521gstreamer1-plugins-bad-freeImportantRocky Linux 8Security update
RLSA-2026:56219python3ImportantRocky Linux 8Security update
RLSA-2026:56130sg3_utilsImportantRocky Linux 8Security, bug fix, and enhancement update
RLSA-2026:56133attrModerateRocky Linux 8Security update
RLSA-2026:56131pamModerateRocky Linux 8Security update
RLSA-2026:56936mysql:8.4ImportantRocky Linux 8Security, bug fix, and enhancement update
RLSA-2026:56973mysql:8.4ImportantRocky Linux 9Security, bug fix, and enhancement update

SUSE Linux

SUSE pushed two important security patches and if you are running Erlang or Python 3.11 on their 15.x releases, you should probably apply them before someone else does. The Erlang rollout (SUSE-SU-2026:3645-1) is the heavier lift. It closes 19 holes ranging from DNS cache poisoning and certificate chain forgery to a handful of stack and heap buffer overflows in the transport layer. You will also see fixes for SFTP path leakage, an httpc header leak on redirects, and several denial-of-service vectors tied to malformed TLS handshakes and FTP bounce attacks. The affected catalog spans openSUSE Leap 15.3 and SLES 15 SP4 through SP7 across Server, SAP, HPC, and Real Time editions. Packages move to erlang-23.3.4.19-150300.3.39.1.

The Python 3.11 patch (SUSE-SU-2026:3648-1) is considerably leaner, targeting just two CVEs linked to a regression in http.cookies. It rolls out to openSUSE Leap 15.6 and SLES 15 SP6 and SP7 (including the SAP variant). You will get python311-3.11.15-150600.3.65.1 after applying it. Both updates carry an important rating, so plan your patch windows accordingly.

Update IDTargetRatingRelease DateCVE CountKey FixesAffected PlatformsNew Package Version
SUSE-SU-2026:3645-1ErlangImportant2026-08-1819DNS cache poisoning, certificate chain forgery, MITM hostname bypass, epmd DoS, zip path traversal, SFTP path leaks/oracles, httpc header leak on redirects, FTP bounce/SSRF, SCTP/DTLS/SSH buffer overflows, TLS handshake plaintext injection, heap corruption, cross-signed chain DoS, megaco flex scanner overflowopenSUSE Leap 15.3, SLES 15 SP4-7 (Server, SAP, HPC, RT), Server/Apps Module 15-SP7erlang-23.3.4.19-150300.3.39.1
SUSE-SU-2026:3648-1Python 3.11Important2026-08-192Regression in http.cookies moduleopenSUSE Leap 15.6, SLES 15 SP6-7 (Server, SAP), Desktop 15 SP7, Basesystem/Python 3 Modules 15-SP7python311-3.11.15-150600.3.65.1

Ubuntu Linux

Ubuntu shipped a midweek patch window covering eight separate security notices, plus a follow-up to a broken nginx fix. The headline story is the pair of nginx advisories. The first one addressed a regex handling bug that could crash the server or run arbitrary code. Days later, Ubuntu admitted that initial patch broke things in the wild and reverted the change pending a cleaner solution. If your stack relies on nginx, you will probably want to watch that track until a replacement lands.

Bind9 rounded out the batch with eight CVEs. Most of them deal with DNSSEC validation quirks, cache poisoning, and memory tracking. If you run a recursive resolver or rely on Response Policy Zones, skipping this update is a bad idea. .NET 8 and 10 picked up four fixes ranging from HTTP request smuggling to an elevation-of-privilege bug in the diagnostics IPC layer. Smaller but still relevant patches landed for libssh, LibTIFF, libheif, and Cap'n Proto. The latter two mostly tackle memory handling and HTTP smuggling edge cases. On the legacy side, curl and libpng received updates that reach all the way back to Ubuntu 14.04. If you are still running machines on that release, you already know the score.

Notice IDPackageAffected ReleasesCVEsWhat Changed
USN-8641-1dotnet8, dotnet1022.04, 24.04, 26.04CVE-2026-62899, 62900, 62901, 62909HTTP request smuggling, sensitive data leakage, DoS loop, and privilege escalation in diagnostics IPC
USN-8093-2libssh26.04CVE-2026-3731Bounds checking crash when processing SFTP extensions
USN-8113-2tiff26.04CVE-2025-61143, 61144Memory handling issues causing crashes when processing malformed images or TIFF directories
USN-8649-1libheif24.04, 26.04CVE-2026-62289, 62292Integer underflow in clap transform and out-of-bounds read in uncompressed tile slicing
USN-8648-1bind922.04, 24.04, 26.04CVE-2026-10723, 10822, 11331, 11605, 11622, 11721, 12617, 13321NSEC3 impersonation, PRIVATEDNS crashes, RPZ bypass, resource exhaustion, cache poisoning, and DNSSEC validation flaws
USN-8563-3nginx22.04, 24.04, 26.04CVE-2026-42533, 56434, 60005Regex map directive crash/execution, SSI use-after-free, and slice module info leak or DoS
USN-8650-1capnproto18.04–26.04CVE-2026-32239, 32240HTTP request/response smuggling triggered by negative Content-Length or oversized chunks
USN-8651-1curl14.04–26.04CVE-2026-11856Sensitive data exposure when reusing connections across different origins
USN-8639-1libpng14.04–22.04CVE-2016-10087, 2018-14048, 2019-7317, 2026-33416, 33636, 34757, 40930Decades of memory and image handling flaws across libpng1.2 and libpng1.6
USN-8563-4nginx22.04, 24.04, 26.04Reverts CVE-2026-42533 fixRegression patch that pulls back the prior nginx update pending a better solution

How to apply these Linux security updates

Before running any update commands, check which services are currently active on your system. If Nginx or Apache is handling live traffic, schedule a brief maintenance window or use rolling restarts to minimize downtime during the patching process. Desktop users can usually apply these fixes by opening a terminal and running the standard package manager command for their distribution followed by an upgrade flag. A reboot will be necessary if the kernel received updates to ensure the new security modules load correctly.

Power users who rely on command-line tools like jq should verify the patch level after installation. Regression bugs can occasionally break scripts that depend on specific JSON parsing behavior, so a quick test run is worth the few minutes it takes. If you use PackageKit or other GUI package managers and prefer to skip them because they sometimes hang or try to install junk, do not let that stop you from running the command-line equivalent to get these critical patches applied.

Applying these patches requires distribution-specific package management commands. RHEL-based systems typically use dnf update or yum update, while Debian and Ubuntu rely on apt upgrade. SUSE users should run zypper patch to properly address all security advisories, and Slackware administrators can manage updates with upgradepkg or slackpkg. After executing the commands, a reboot is usually necessary for kernel changes to take effect. Finally, review your package manager’s logs to verify that all patches installed successfully and no dependencies were disrupted.

Debian/Ubuntu (apt)

The first thing to do is refresh the local package index; running sudo apt update contacts all configured repositories and pulls in the newest lists of available versions. Skipping this step leaves the system blind to any recent uploads, which explains why “upgrade” sometimes claims there’s nothing to do even after a security advisory has been published. Once the index is current, invoke sudo apt upgrade -y; the -y flag answers every prompt automatically so the process doesn’t pause for user input. This command upgrades all installed packages that have newer versions in the repositories while preserving configuration files.

sudo apt update
sudo apt upgrade -y

Fedora/RedHat/Rocky/Alma/Oracle (dnf or yum)

On modern Fedora and recent Red Hat derivatives, dnf is the package manager; older RHEL releases still rely on yum. Begin with a check‑update operation—sudo dnf check-update or sudo yum check-update—to see exactly which packages are awaiting an upgrade. This preview step can be useful for spotting unexpected kernel bumps before they land. To actually apply the updates, run sudo dnf upgrade -y (or sudo yum update if you prefer the older tool). The upgrade command pulls down the new binaries and runs any necessary post‑install scripts, such as rebuilding initramfs when a kernel changes.

sudo dnf check-update
sudo dnf upgrade -y

or on older releases

sudo yum check-update
sudo yum update

SUSE (zypper)

SUSE’s command line front‑end is called zypper. First execute sudo zypper refresh so that the metadata for all enabled repos gets updated; without this, zypper will happily report “No updates available” even though newer packages sit on the mirror. After a fresh refresh, issue sudo zypper update -y; this upgrades every package to the latest version in the configured repositories and automatically handles service restarts when required.

sudo zypper refresh
sudo zypper update -y

Gentoo Linux

Updating Gentoo Linux is more involved than binary distributions because it's a source-based system with highly customizable packages.

sudo emerge --sync
sudo emerge -avuDN @world