Executive Summary

Informations
Name CVE-2025-21811 First vendor Publication 2025-02-27
Vendor Cve Last vendor Modification 2025-03-21

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

nilfs2: protect access to buffers with no active references

nilfs_lookup_dirty_data_buffers(), which iterates through the buffers attached to dirty data folios/pages, accesses the attached buffers without locking the folios/pages.

For data cache, nilfs_clear_folio_dirty() may be called asynchronously when the file system degenerates to read only, so nilfs_lookup_dirty_data_buffers() still has the potential to cause use after free issues when buffers lose the protection of their dirty state midway due to this asynchronous clearing and are unintentionally freed by try_to_free_buffers().

Eliminate this race issue by adjusting the lock section in this function.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-21811

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3701

Sources (Detail)

https://git.kernel.org/stable/c/367a9bffabe08c04f6d725032cce3d891b2b9e1a
https://git.kernel.org/stable/c/4b08d23d7d1917bef4fbee8ad81372f49b006656
https://git.kernel.org/stable/c/58c27fa7a610b6e8d44e6220e7dbddfbaccaf439
https://git.kernel.org/stable/c/72cf688d0ce7e642b12ddc9b2a42524737ec1b4a
https://git.kernel.org/stable/c/8e1b9201c9a24638cf09c6e1c9f224157328010b
https://git.kernel.org/stable/c/c437dfac9f7a5a46ac2a5e6d6acd3059e9f68188
https://git.kernel.org/stable/c/d8ff250e085a4c4cdda4ad1cdd234ed110393143
https://git.kernel.org/stable/c/e1fc4a90a90ea8514246c45435662531975937d9
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
Date Informations
2025-03-28 17:20:52
  • Multiple Updates
2025-03-28 13:49:04
  • Multiple Updates
2025-03-28 03:24:25
  • Multiple Updates
2025-03-25 03:30:13
  • Multiple Updates
2025-03-21 21:20:39
  • Multiple Updates
2025-03-13 17:20:42
  • Multiple Updates
2025-03-04 21:20:34
  • Multiple Updates
2025-02-28 00:20:32
  • First insertion