From aa07b909b30bd0d8c705e778d667505857a28efa Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Sun, 5 Apr 2026 23:32:36 -0400 Subject: [PATCH] import UBI crun-1.27-1.el9_7 --- .crun.metadata | 2 +- .gitignore | 2 +- SPECS/crun.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.crun.metadata b/.crun.metadata index a2eec7b..6b59e1e 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -f4a048e22741ec52928f30a27bf130a4119a8fff SOURCES/crun-1.26.tar.zst +9174a95780f80e65d2445ad057ffcf2324225e57 SOURCES/crun-1.27.tar.zst diff --git a/.gitignore b/.gitignore index df3ee18..79ec17d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-1.26.tar.zst +SOURCES/crun-1.27.tar.zst diff --git a/SPECS/crun.spec b/SPECS/crun.spec index 4832fe1..61c05e4 100644 --- a/SPECS/crun.spec +++ b/SPECS/crun.spec @@ -42,7 +42,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.26 +Version: 1.27 Release: 1%{?dist} URL: https://github.com/containers/%{name} Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.zst @@ -143,6 +143,11 @@ rm -rf %{buildroot}%{_prefix}/lib* %endif %changelog +* Mon Mar 30 2026 Jindrich Novy - 1.27-1 +- update to https://github.com/containers/crun/releases/tag/1.27 +- fixes CVE-2026-30892 crun: crun: Privilege escalation due to incorrect parsing of the `--user` option [rhel-9.7.z] +- Resolves: RHEL-161439 + * Tue Feb 24 2026 Jindrich Novy - 1.26-1 - update to https://github.com/containers/crun/releases/tag/1.26 - Resolves: RHEL-151594