Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.37] Fix CVE-2024-9407 and CVE-2024-9341 #5764

Merged
merged 2 commits into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. CVE-2024-9407: validate "bind-propagation" flag settings

    CVE-2024-9407: validate that the value for the "bind-propagation" flag
    when handling "bind" and "cache" mounts in `buildah run` or in RUN
    instructions is one of the values that we would accept without the
    "bind-propagation=" prefix.
    
    Paul: fix merged conflict in tests (cherry-picked from 732f770)
    
    Fixes https://issues.redhat.com/browse/RHEL-61147
    Fixes https://issues.redhat.com/browse/RHEL-61145
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    nalind authored and Luap99 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e289e28 View commit details
    Browse the repository at this point in the history
  2. vendor: update c/common to v0.60.4

    Update c/common to fix CVE-2024-9341
    
    Fixes CVE-2024-9341
    Fixes https://issues.redhat.com/browse/RHEL-61114
    Fixes https://issues.redhat.com/browse/RHEL-61112
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b55cbb8 View commit details
    Browse the repository at this point in the history