Upstream update available: crun 1.27.1 → 1.28 #4

Open
opened 2026-05-28 02:17:14 +03:00 by sbelikov · 0 comments
Owner

Upstream update available: crun 1.27.11.28

Package

  • Package: crun
  • RPM name: crun
  • Branch: niceos-5.2
  • Current EVR: 1.27.1-1
  • Update class: minor
  • Compare method: python_rpm
  • Update policy: leaf
  • Risk tags: github-upstream

Upstream

Signals

  • Security-relevant keywords detected: True
  • Policy blocked: False
  • Policy reason: -
  • Labels: ai-summary, bot, needs-build, needs-triage, priority/high, security-release, update/minor, upstream-update, upstream/github

NiceSOFT AI preliminary stability analysis

1. Краткий вывод

В upstream-обновлении пакета crun (1.28) добавлены улучшения безопасности (CVE-2026-47766) и исправления, но нет информации о major-обновлениях библиотек или toolchain. Риск для НАЙС.ОС: medium (CVE-2026-47766).

2. Риск для НАЙС.ОС

Medium. Объяснение: упоминание CVE-2026-47766 указывает на потенциальный угрозы, но данные недостаточно для окончательного определения риска. Нужно проверить влияние на интеграцию с НАЙС.ОС.

3. Security/CVE

Да, есть признаки безопасности: упоминание CVE-2026-47766 в релизе. Однако в входных данных не указано явное подтверждение наличия CVE, поэтому риск не утверждается.

4. ABI/API риск

Данные недостаточно. Нужен ручной анализ ABI/API, так как изменения в build-параметрах (например, замена YAJL на json-c) могут повлиять на совместимость.

5. Риск для RPM-сборки

Возможное изменение build-параметров (замену YAJL на json-c) может повлиять на сборку. Нужно проверить зависимости и buildRequires.

6. Проверки мейнтейнера

  • Проверить spec-файл на изменения в buildRequires.
  • Проверить изменения в build-параметрах (например, json-c).
  • Проверить совместимость с НАЙС.ОС.
  • Проверить влияние на интеграцию с другими пакетами.

7. Рекомендация

issue-only

8. Основание рекомендации

Данные недостаточно для окончательного определения риска. Упоминание CVE-2026-47766 указывает на потенциальный угрозы, но не подтверждается наличием CVE в входных данных. Нужно провести дополнительные проверки.

  1. GitHub release API: containers/crun 1.28
  2. GitHub tag page: containers/crun 1.28
  3. GitHub releases page: containers/crun
  4. GitHub compare page: containers/crun 1.27.1...1.28
  5. Amazon.com: Containers
  6. Where To Buy Shipping Containers | Over 60+ Depot Locations
  7. containers/crun 1.28 on GitHub - NewReleases.io
  8. GitHub - containers/crun: A fast and lightweight fully featured OCI ...

Upstream release notes / description

  • CVE-2026-47766: do not follow rootfs /dev symlinks. Open rootfs /dev with safe_openat before creating default or handler-specific devices, preventing rootfs-controlled /dev symlinks from redirecting device setup outside the container rootfs.
  • build: replace YAJL with json-c (>= 0.14) for JSON parsing and generation.
  • build: use system libblake3 if available.
  • status: restrict valid container ID names. Allow only IDs that match [a-zA-Z0-9_+-][a-zA-Z0-9_+.-]*, following the same validation used by runc.
  • cgroup: reject ".." in delegate-cgroup annotation value to prevent path traversal.
  • exec: use default environment variables with --env. Previously when crun exec --env was used, the environment from the container spec was not set.
  • exec: more verbose error message, include the actual path that failed to exec.
  • libcrun: use O_PATH where applicable so the kernel does not grant read/write access on the inode when a file descriptor is only used as a reference.
  • chroot_realpath: fix potential buffer overflows in destination buffer when resolving symlink chains.
  • fix UID/GID mapping buffer offset for multi-line mappings.
  • krun: allow configuring the virtiofs device tag and shm_size.
  • krun: request enabling DHCP client when using passt.
  • krun: fix parsing optional fields from krun_vm.json.

NiceOS maintainer checklist

  • Confirm that the detected version is a stable upstream release.
  • Check upstream changelog for security fixes, ABI/API changes and build-system changes.
  • Check ABI/API compatibility and reverse dependencies.
  • Download source into NiceOS lookaside storage.
  • Update Version and related fields in SPECS/*.spec only if policy allows it.
  • Regenerate SOURCES/sources.lock.json, manifests, metadata and SBOM.
  • Build SRPM/RPM in a clean NiceOS buildroot.
  • Run package smoke tests.
  • Link PR/build logs and close this issue after update or triage.

Bot metadata

  • Tool: niceos_upstream_monitor.py 2.1.3-local-websearch-github-release-pages
  • Generated at: 2026-07-25T23:19:44Z
<!-- niceos-upstream-monitor:fingerprint=upstream-update:crun:1.28 --> <!-- niceos-upstream-monitor:package=crun --> <!-- niceos-upstream-monitor:current=1.27.1 --> <!-- niceos-upstream-monitor:latest=1.28 --> # Upstream update available: `crun` `1.27.1` → `1.28` ## Package - Package: `crun` - RPM name: `crun` - Branch: `niceos-5.2` - Current EVR: `1.27.1-1` - Update class: `minor` - Compare method: `python_rpm` - Update policy: `leaf` - Risk tags: `github-upstream` ## Upstream - Upstream type: `github` - Upstream project: `containers/crun` - Upstream URL: <a href="https://github.com/containers/crun" target="_blank" rel="noopener noreferrer">github.com — crun</a> - Detected version: `1.28` - Tag/release: `1.28` - Source: `github_release_latest` - Published: `2026-05-27T11:19:45Z` - Release URL: <a href="https://github.com/containers/crun/releases/tag/1.28" target="_blank" rel="noopener noreferrer">github.com — 1.28</a> - Source URL: <a href="https://api.github.com/repos/containers/crun/tarball/1.28" target="_blank" rel="noopener noreferrer">api.github.com — 1.28</a> - Pre-release: `False` ## Signals - Security-relevant keywords detected: `True` - Policy blocked: `False` - Policy reason: `-` - Labels: `ai-summary, bot, needs-build, needs-triage, priority/high, security-release, update/minor, upstream-update, upstream/github` ## NiceSOFT AI preliminary stability analysis ### 1. Краткий вывод В upstream-обновлении пакета crun (1.28) добавлены улучшения безопасности (CVE-2026-47766) и исправления, но нет информации о major-обновлениях библиотек или toolchain. Риск для НАЙС.ОС: medium (CVE-2026-47766). ### 2. Риск для НАЙС.ОС Medium. Объяснение: упоминание CVE-2026-47766 указывает на потенциальный угрозы, но данные недостаточно для окончательного определения риска. Нужно проверить влияние на интеграцию с НАЙС.ОС. ### 3. Security/CVE Да, есть признаки безопасности: упоминание CVE-2026-47766 в релизе. Однако в входных данных не указано явное подтверждение наличия CVE, поэтому риск не утверждается. ### 4. ABI/API риск Данные недостаточно. Нужен ручной анализ ABI/API, так как изменения в build-параметрах (например, замена YAJL на json-c) могут повлиять на совместимость. ### 5. Риск для RPM-сборки Возможное изменение build-параметров (замену YAJL на json-c) может повлиять на сборку. Нужно проверить зависимости и buildRequires. ### 6. Проверки мейнтейнера - Проверить spec-файл на изменения в buildRequires. - Проверить изменения в build-параметрах (например, json-c). - Проверить совместимость с НАЙС.ОС. - Проверить влияние на интеграцию с другими пакетами. ### 7. Рекомендация issue-only ### 8. Основание рекомендации Данные недостаточно для окончательного определения риска. Упоминание CVE-2026-47766 указывает на потенциальный угрозы, но не подтверждается наличием CVE в входных данных. Нужно провести дополнительные проверки. ### Источники, найденные web_search 1. <a href="https://github.com/containers/crun/releases/tag/1.28" target="_blank" rel="noopener noreferrer">GitHub release API: containers/crun 1.28</a> 2. <a href="https://github.com/containers/crun/tree/1.28" target="_blank" rel="noopener noreferrer">GitHub tag page: containers/crun 1.28</a> 3. <a href="https://github.com/containers/crun/releases" target="_blank" rel="noopener noreferrer">GitHub releases page: containers/crun</a> 4. <a href="https://github.com/containers/crun/compare/1.27.1...1.28" target="_blank" rel="noopener noreferrer">GitHub compare page: containers/crun 1.27.1...1.28</a> 5. <a href="https://www.amazon.com/containers/s?k=containers" target="_blank" rel="noopener noreferrer">Amazon.com: Containers</a> 6. <a href="https://onsitestorage.com/where-to-buy-shipping-containers/" target="_blank" rel="noopener noreferrer">Where To Buy Shipping Containers | Over 60+ Depot Locations</a> 7. <a href="https://newreleases.io/project/github/containers/crun/release/1.28" target="_blank" rel="noopener noreferrer">containers/crun 1.28 on GitHub - NewReleases.io</a> 8. <a href="https://github.com/containers/crun" target="_blank" rel="noopener noreferrer">GitHub - containers/crun: A fast and lightweight fully featured OCI ...</a> ## Upstream release notes / description - CVE-2026-47766: do not follow rootfs /dev symlinks. Open rootfs /dev with safe_openat before creating default or handler-specific devices, preventing rootfs-controlled /dev symlinks from redirecting device setup outside the container rootfs. - build: replace YAJL with json-c (>= 0.14) for JSON parsing and generation. - build: use system libblake3 if available. - status: restrict valid container ID names. Allow only IDs that match [a-zA-Z0-9_+-][a-zA-Z0-9_+.-]*, following the same validation used by runc. - cgroup: reject ".." in delegate-cgroup annotation value to prevent path traversal. - exec: use default environment variables with --env. Previously when crun exec --env was used, the environment from the container spec was not set. - exec: more verbose error message, include the actual path that failed to exec. - libcrun: use O_PATH where applicable so the kernel does not grant read/write access on the inode when a file descriptor is only used as a reference. - chroot_realpath: fix potential buffer overflows in destination buffer when resolving symlink chains. - fix UID/GID mapping buffer offset for multi-line mappings. - krun: allow configuring the virtiofs device tag and shm_size. - krun: request enabling DHCP client when using passt. - krun: fix parsing optional fields from krun_vm.json. ## NiceOS maintainer checklist - [ ] Confirm that the detected version is a stable upstream release. - [ ] Check upstream changelog for security fixes, ABI/API changes and build-system changes. - [ ] Check ABI/API compatibility and reverse dependencies. - [ ] Download source into NiceOS lookaside storage. - [ ] Update `Version` and related fields in `SPECS/*.spec` only if policy allows it. - [ ] Regenerate `SOURCES/sources.lock.json`, manifests, metadata and SBOM. - [ ] Build SRPM/RPM in a clean NiceOS buildroot. - [ ] Run package smoke tests. - [ ] Link PR/build logs and close this issue after update or triage. ## Bot metadata - Tool: `niceos_upstream_monitor.py 2.1.3-local-websearch-github-release-pages` - Generated at: `2026-07-25T23:19:44Z`
Sign in to join this conversation.
No description provided.