Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2023-52667
HistoryMay 17, 2024 - 2:15 p.m.

CVE-2023-52667

2024-05-1714:15:09
Debian Security Bug Tracker
security-tracker.debian.org
4
linux kernel
vulnerability
resolved
double-free
potential

6.6 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.1%

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fs_any_create_groups When kcalloc() for ft->g succeeds but kvzalloc() for in fails, fs_any_create_groups() will free ft->g. However, its caller fs_any_create_table() will free ft->g again through calling mlx5e_destroy_flow_table(), which will lead to a double-free. Fix this by setting ft->g to NULL in fs_any_create_groups().

6.6 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.1%

Related for DEBIANCVE:CVE-2023-52667