mbox series

[SRU,F/J/K/L,0/1] CVE-2023-3141

Message ID 20230807210531.51908-1-yuxuan.luo@canonical.com
Headers show
Series CVE-2023-3141 | expand

Message

Yuxuan Luo Aug. 7, 2023, 9:05 p.m. UTC
[Impact]
It is found that memstick/r592 driver is likely to be vulnerable to a
use-after-free flaw at driver removal, leading to potential kernel integrity
damage.

[Backport]
Clean cherry pick.

[Test]
Compile and smoke tested.

[Potential Regression]
Expect minimal regression.

Zheng Wang (1):
  memstick: r592: Fix UAF bug in r592_remove due to race condition

 drivers/memstick/host/r592.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thadeu Lima de Souza Cascardo Aug. 8, 2023, 9:36 a.m. UTC | #1
On Mon, Aug 07, 2023 at 05:05:30PM -0400, Yuxuan Luo wrote:
> [Impact]
> It is found that memstick/r592 driver is likely to be vulnerable to a
> use-after-free flaw at driver removal, leading to potential kernel integrity
> damage.
> 
> [Backport]
> Clean cherry pick.
> 
> [Test]
> Compile and smoke tested.
> 
> [Potential Regression]
> Expect minimal regression.
> 
> Zheng Wang (1):
>   memstick: r592: Fix UAF bug in r592_remove due to race condition
> 
>  drivers/memstick/host/r592.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> -- 
> 2.34.1

Was this meant to be to oem-5.17 and oem-6.0?

Cascardo.
Yuxuan Luo Aug. 8, 2023, 1:34 p.m. UTC | #2
This is meant to be OEM patches, wrong subject. Will send a v2 soon.

On 8/8/23 05:36, Thadeu Lima de Souza Cascardo wrote:
> On Mon, Aug 07, 2023 at 05:05:30PM -0400, Yuxuan Luo wrote:
>> [Impact]
>> It is found that memstick/r592 driver is likely to be vulnerable to a
>> use-after-free flaw at driver removal, leading to potential kernel integrity
>> damage.
>>
>> [Backport]
>> Clean cherry pick.
>>
>> [Test]
>> Compile and smoke tested.
>>
>> [Potential Regression]
>> Expect minimal regression.
>>
>> Zheng Wang (1):
>>    memstick: r592: Fix UAF bug in r592_remove due to race condition
>>
>>   drivers/memstick/host/r592.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> -- 
>> 2.34.1
> Was this meant to be to oem-5.17 and oem-6.0?
>
> Cascardo.