Lucene search
+L

4844 matches found

OSV
OSV
added 2025/12/24 1:15 p.m.13 views

UBUNTU-CVE-2022-50728

In the Linux kernel, the following vulnerability has been resolved: s390/lcs: Fix return type of lcsstartxmit With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid ...

5.7AI score0.00278EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/24 1:05 p.m.38 views

CVE-2022-50757

CVE-2022-50757 affects the Linux kernel media/camss stack. The issue arises when streaming fails to start (e.g., media_pipeline_start() returns EPIPE); buffers that were received were not properly returned. The documented fix is to correct the error path in camss’ video_start_streaming() so that ...

7.8CVSS5.9AI score0.00197EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:05 p.m.38 views

CVE-2022-50757 media: camss: Clean up received buffers on failed start of streaming

In the Linux kernel, the following vulnerability has been resolved: media: camss: Clean up received buffers on failed start of streaming It is required to return the received buffers, if streaming can not be started. For instance mediapipelinestart may fail with EPIPE, if a link validation betwee...

7.8CVSS6.2AI score
SaveExploits0References11
CVE
CVE
added 2025/12/24 12:22 p.m.47 views

CVE-2022-50728

The CVE-2022-50728 issue affects the Linux kernel (s390) in the lcs Start Xmit path. It arises from a return-type mismatch in lcs_start_xmit() where the function is expected to return netdev_tx_t but is implemented as int, causing compatibility errors under clang with CFI_CLANG, potentially leadi...

6.1AI score0.00278EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.36 views

CVE-2022-50728 s390/lcs: Fix return type of lcs_start_xmit()

In the Linux kernel, the following vulnerability has been resolved: s390/lcs: Fix return type of lcsstartxmit With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid ...

0.00278EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 12:22 p.m.20 views

CVE-2022-50728 s390/lcs: Fix return type of lcs_start_xmit()

In the Linux kernel, the following vulnerability has been resolved: s390/lcs: Fix return type of lcsstartxmit With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid ...

6.4AI score
SaveExploits0References12
NVD
NVD
added 2025/12/24 11:15 a.m.14 views

CVE-2023-54021

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

0.00192EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/24 11:15 a.m.10 views

CVE-2023-53989

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: fix VA-range sanity check Both createmappingnoalloc and updatemappingprot sanity-check their 'virt' parameter, but the check itself doesn't make much sense. The condition used today appears to be a historical accident...

0.00203EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.9 views

CVE-2023-54021

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

5.7AI score0.00192EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 11:15 a.m.14 views

UBUNTU-CVE-2023-54021

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

5.7AI score0.00192EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.44 views

CVE-2023-54021 ext4: set goal start correctly in ext4_mb_normalize_request

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

0.00192EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 10:55 a.m.40 views

CVE-2023-54021

CVE-2023-54021 affects the Linux kernel ext4 subsystem. The vulnerability centers on ext4_mb_normalize_request: the code must use ac_g_ex (not ac_f_ex) to communicate the goal start to ext4_mb_find_by_goal, and verify that the goal start lies within the data block range [first_data_block, blocks_...

6AI score0.00192EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:55 a.m.19 views

CVE-2023-54021 ext4: set goal start correctly in ext4_mb_normalize_request

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

6.3AI score
SaveExploits0References11
OSV
OSV
added 2025/12/24 10:55 a.m.8 views

CVE-2023-54002 btrfs: fix assertion of exclop condition when starting balance

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion of exclop condition when starting balance Balance as exclusive state is compatible with paused balance and device add, which makes some things more complicated. The assertion of valid states when starting fro...

6.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.41 views

CVE-2023-53989 arm64: mm: fix VA-range sanity check

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: fix VA-range sanity check Both createmappingnoalloc and updatemappingprot sanity-check their 'virt' parameter, but the check itself doesn't make much sense. The condition used today appears to be a historical accident...

0.00203EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.20 views

PT-2025-52978

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue was identified in the Linux kernel related to the ext4 filesystem. The problem involves incorrectly setting the goal start in the ext4 mb normalize request function. Specificall...

7.8CVSS6.4AI score0.00954EPSS
SaveExploits2References899
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-53989

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - arm64: mm: fix VA-range sanity check Both createmappingnoalloc and updatemappingprot sanity-check their 'virt' parameter, but the check itself doesn't make much...

5.7AI score0.00203EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.20 views

PT-2025-53032

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel where the return type of the lcs start xmit function does not match the expected return type in the struct net device ops. Specifically, ndo start xmi...

7.8CVSS6.2AI score0.00954EPSS
SaveExploits2References898
EUVD
EUVD
added 2025/12/23 6:30 p.m.6 views

EUVD-2025-204870

Malicious code in start-log-backend npm...

6.6AI score
SaveExploits0References1
Snyk
Snyk
added 2025/12/23 6:30 p.m.10 views

Malicious Package

Overview start-log-plugin is a malicious package. This package contains malicious code, and its content was removed from the official package manager. While this package might be attempting to impersonate a valid organization, there is no connection between that organization and this package...

9.8CVSS6.8AI score
SaveExploits0References2
Rows per page
Query Builder