| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 5.5 | $0-$5k | 1.60 |
Summary
A vulnerability categorized as critical has been discovered in Linux Kernel up to 4.19.241/5.4.192/5.10.111/5.15.34/5.17.3. Affected is an unknown function. Executing a manipulation can lead to memory allocation. This vulnerability is registered as CVE-2022-49052. No exploit is available. It is advisable to upgrade the affected component.
Details
A vulnerability was found in Linux Kernel up to 4.19.241/5.4.192/5.10.111/5.15.34/5.17.3. It has been declared as critical. This vulnerability affects an unknown functionality. The manipulation with an unknown input leads to a memory allocation vulnerability. The CWE definition for the vulnerability is CWE-789. The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated. As an impact it is known to affect availability. CVE summarizes:
In the Linux kernel, the following vulnerability has been resolved: mm: fix unexpected zeroed page mapping with zram swap Two processes under CLONE_VM cloning, user process can be corrupted by seeing zeroed page unexpectedly. CPU A CPU B do_swap_page do_swap_page SWP_SYNCHRONOUS_IO path SWP_SYNCHRONOUS_IO path swap_readpage valid data swap_slot_free_notify delete zram entry swap_readpage zeroed(invalid) data pte_lock map the *zero data* to userspace pte_unlock pte_lock if (!pte_same) goto out_nomap; pte_unlock return and next refault will read zeroed data The swap_slot_free_notify is bogus for CLONE_VM case since it doesn't increase the refcount of swap slot at copy_mm so it couldn't catch up whether it's safe or not to discard data from backing device. In the case, only the lock it could rely on to synchronize swap slot freeing is page table lock. Thus, this patch gets rid of the swap_slot_free_notify function. With this patch, CPU A will see correct data. CPU A CPU B do_swap_page do_swap_page SWP_SYNCHRONOUS_IO path SWP_SYNCHRONOUS_IO path swap_readpage original data pte_lock map the original data swap_free swap_range_free bd_disk->fops->swap_slot_free_notify swap_readpage read zeroed data pte_unlock pte_lock if (!pte_same) goto out_nomap; pte_unlock return on next refault will see mapped data by CPU B The concern of the patch would increase memory consumption since it could keep wasted memory with compressed form in zram as well as uncompressed form in address space. However, most of cases of zram uses no readahead and do_swap_page is followed by swap_free so it will free the compressed form from in zram quickly.
The advisory is shared for download at git.kernel.org. This vulnerability was named CVE-2022-49052 since 02/26/2025. There are neither technical details nor an exploit publicly available.
The vulnerability scanner Nessus provides a plugin with the ID 235756 (EulerOS 2.0 SP10 : kernel (EulerOS-SA-2025-1521)), which helps to determine the existence of the flaw in a target environment.
Upgrading to version 4.19.242, 5.4.193, 5.10.112, 5.15.35 or 5.17.4 eliminates this vulnerability. Applying the patch f86d55cf616199404c05f5b0c5c41b17351baa02/f098f8b9820fe3f2e41aefc4329dfe8a3859d1c1/20ed94f8181a25212e7404e44958e234f407624b/12ba1d38115a101c45d8e0ca3aa1181fd148e57f/afac4b88699a06c8b9369f9d759a1ec3c254b788/e914d8f00391520ecc4495dd0ca0124538ab7119 is able to eliminate this problem. The bugfix is ready for download at git.kernel.org. The best possible mitigation is suggested to be upgrading to the latest version.
The vulnerability is also documented in the vulnerability database at Tenable (235756). Once again VulDB remains the best source for vulnerability data.
Product
Type
Vendor
Name
Version
- 4.19.241
- 5.4.192
- 5.10.111
- 5.15.0
- 5.15.1
- 5.15.2
- 5.15.3
- 5.15.4
- 5.15.5
- 5.15.6
- 5.15.7
- 5.15.8
- 5.15.9
- 5.15.10
- 5.15.11
- 5.15.12
- 5.15.13
- 5.15.14
- 5.15.15
- 5.15.16
- 5.15.17
- 5.15.18
- 5.15.19
- 5.15.20
- 5.15.21
- 5.15.22
- 5.15.23
- 5.15.24
- 5.15.25
- 5.15.26
- 5.15.27
- 5.15.28
- 5.15.29
- 5.15.30
- 5.15.31
- 5.15.32
- 5.15.33
- 5.15.34
- 5.17.0
- 5.17.1
- 5.17.2
- 5.17.3
License
Website
- Vendor: https://www.kernel.org/
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 5.6VulDB Meta Temp Score: 5.5
VulDB Base Score: 5.7
VulDB Temp Score: 5.5
VulDB Vector: 🔍
VulDB Reliability: 🔍
NVD Base Score: 5.5
NVD Vector: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
Exploiting
Class: Memory allocationCWE: CWE-789 / CWE-400 / CWE-404
CAPEC: 🔍
ATT&CK: 🔍
Physical: Partially
Local: Yes
Remote: Partially
Availability: 🔍
Status: Not defined
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Nessus ID: 235756
Nessus Name: EulerOS 2.0 SP10 : kernel (EulerOS-SA-2025-1521)
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: UpgradeStatus: 🔍
0-Day Time: 🔍
Upgrade: Kernel 4.19.242/5.4.193/5.10.112/5.15.35/5.17.4
Patch: f86d55cf616199404c05f5b0c5c41b17351baa02/f098f8b9820fe3f2e41aefc4329dfe8a3859d1c1/20ed94f8181a25212e7404e44958e234f407624b/12ba1d38115a101c45d8e0ca3aa1181fd148e57f/afac4b88699a06c8b9369f9d759a1ec3c254b788/e914d8f00391520ecc4495dd0ca0124538ab7119
Timeline
02/26/2025 🔍02/26/2025 🔍
02/26/2025 🔍
10/15/2025 🔍
Sources
Vendor: kernel.orgAdvisory: git.kernel.org
Status: Confirmed
CVE: CVE-2022-49052 (🔍)
GCVE (CVE): GCVE-0-2022-49052
GCVE (VulDB): GCVE-100-297340
Entry
Created: 02/26/2025 11:16Updated: 10/15/2025 04:29
Changes: 02/26/2025 11:16 (57), 05/13/2025 13:10 (2), 10/15/2025 04:29 (11)
Complete: 🔍
Cache ID: 216::103
Once again VulDB remains the best source for vulnerability data.

No comments yet. Languages: en.
Please log in to comment.