Message ID | 20230516000458.254067-1-cengiz.can@canonical.com |
---|---|
Headers | show |
Series | CVE-2023-26606 | expand |
On 23/05/16 03:04AM, Cengiz Can wrote: > [Impact] > In the Linux kernel 6.0.8, there is a use-after-free in ntfs_trim_fs in > fs/ntfs3/bitmap.c. > > [Fix] > Cherry picked from upstream. > > [Test case] > Compile tested only. > > [Potential regression] > Low. The fix was already released with other trees for 3 months now. > > Abdun Nihaal (1): > fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs > > fs/ntfs3/bitmap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > -- > 2.39.2 Acked-by: Andrei Gherzan <andrei.gherzan@canonical.com>
On 5/15/23 7:04 PM, Cengiz Can wrote: > [Impact] > In the Linux kernel 6.0.8, there is a use-after-free in ntfs_trim_fs in > fs/ntfs3/bitmap.c. > > [Fix] > Cherry picked from upstream. > > [Test case] > Compile tested only. > > [Potential regression] > Low. The fix was already released with other trees for 3 months now. > > Abdun Nihaal (1): > fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs > > fs/ntfs3/bitmap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: John Cabaj <john.cabaj@canonical.com>
Cengiz Can kirjoitti 16.5.2023 klo 3.04: > [Impact] > In the Linux kernel 6.0.8, there is a use-after-free in ntfs_trim_fs in > fs/ntfs3/bitmap.c. > > [Fix] > Cherry picked from upstream. > > [Test case] > Compile tested only. > > [Potential regression] > Low. The fix was already released with other trees for 3 months now. > > Abdun Nihaal (1): > fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs > > fs/ntfs3/bitmap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied, thanks