Lucene search
+L

1167 matches found

Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.18 views

PT-2026-61115

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds write occurs in the scheduler mmcid fixup path during the execution of the mm cid fixup cpus to tasks function. In per-CPU CID mode, a task that has been newly forked or...

10CVSS5.8AI score0.00543EPSS
SaveExploits0References76
OSV
OSV
added 2026/07/16 8:59 a.m.7 views

SUSE-SU-2026:22731-1 Security update for the Linux Kernel (Live Patch 17 for SUSE Linux Enterprise Micro 6.0)

This update for the SUSE Linux Enterprise Kernel 6.4.0-40.1 fixes various security issues The following security issues were fixed: - CVE-2026-23393: bridge: cfm: Fix race condition in peermep deletion bsc1260524. - CVE-2026-31505: iavf: fix out-of-bounds writes in iavfgetethtoolstats bsc1263094....

9.8CVSS5.7AI score0.00629EPSS
SaveExploits8References49
OSV
OSV
added 2026/07/16 8:24 a.m.5 views

SUSE-SU-2026:22677-1 Security update for the Linux Kernel (Live Patch 16 for SUSE Linux Enterprise Micro 6.0)

This update for the SUSE Linux Enterprise Kernel 6.4.0-39.1 fixes various security issues The following security issues were fixed: - CVE-2026-23393: bridge: cfm: Fix race condition in peermep deletion bsc1260524. - CVE-2026-31505: iavf: fix out-of-bounds writes in iavfgetethtoolstats bsc1263094....

9.8CVSS6.5AI score0.00629EPSS
SaveExploits8References49
SUSE Linux
SUSE Linux
added 2026/07/14 10:33 a.m.14 views

Security update for the Linux Kernel (Live Patch 39 for SUSE Linux Enterprise 15 SP5)

This update for the SUSE Linux Enterprise Kernel 5.14.21-150500.55.163 fixes various security issues The following security issues were fixed: CVE-2026-23393: bridge: cfm: Fix race condition in peermep deletion bsc1260524. CVE-2026-31505: iavf: fix out-of-bounds writes in iavfgetethtoolstats...

8.8CVSS6.7AI score0.00629EPSS
SaveExploits8References88
vulnersOsv
vulnersOsv
added 2026/07/07 12:33 a.m.6 views

com.github.linyuzai:concept-plugin-spring-boot-starter (>=2.0.0, <=3.0.0), org.webjars.npm:github-com-showdownjs-ng-showdown (1.1.0) +3 more potentially affected by CVE-2026-59710 via org.webjars.npm:showdown (>=1.9.1, <=2.1.0)

org.webjars.npm:showdown MAVEN version =1.9.1, =2.0.0, =1.0.2, =1.0.3 - org.webjars.npm:showdown-prism 0.2.0 Source cves: CVE-2026-59710 Source advisory: SNYK:JAVA-ORGWEBJARSNPM-17874451...

6.1CVSS5.3AI score0.00338EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/07/06 10:36 p.m.7 views

com.github.linyuzai:concept-plugin-spring-boot-starter (>=2.0.0, <=3.0.0), org.webjars.npm:github-com-showdownjs-ng-showdown (1.1.0) +3 more potentially affected by CVE-2026-59711 via org.webjars.npm:showdown (>=1.9.1, <=2.1.0)

org.webjars.npm:showdown MAVEN version =1.9.1, =2.0.0, =1.0.2, =1.0.3 - org.webjars.npm:showdown-prism 0.2.0 Source cves: CVE-2026-59711 Source advisory: SNYK:JAVA-ORGWEBJARSNPM-17874449...

6.1CVSS5.3AI score0.00327EPSS
SaveExploits0
OSV
OSV
added 2026/07/02 1:02 p.m.14 views

MAL-2026-6725 Malicious code in @modhamanish/rn-mm-template (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector bafa948cdfb9fda0d33e923e0e352a384adecfaaab1ece9a20b1b645c1b58ae6 The package was found to contain malicious code or consuming dependency that contains malicious code Source: ghsa-malware...

6.1AI score
SaveExploits0References2
OSV
OSV
added 2026/07/02 11:00 a.m.13 views

CGA-FV49-J265-MMRC

Bulletin has no description...

2.1CVSS5.7AI score0.0026EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/01 3:19 a.m.15 views

SUSE CVE-2026-53085

In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded taskvma iterator The open-coded taskvma iterator reads task-mm locklessly and acquires mmapreadtrylock but never calls mmget. If the task exits concurrently, the mmstruct can be freed as it is...

7CVSS5.8AI score0.00119EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/06/28 12:00 a.m.19 views

Linux Distros Unpatched Vulnerability : CVE-2026-53085

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: fix mm lifecycle in open-coded taskvma iterator The open-coded taskvma iterator reads task-mm locklessly and acquires mmapreadtrylock but never calls mmget...

7.8CVSS4.2AI score0.00119EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/24 5:17 p.m.15 views

CVE-2026-53085

In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded taskvma iterator The open-coded taskvma iterator reads task-mm locklessly and acquires mmapreadtrylock but never calls mmget. If the task exits concurrently, the mmstruct can be freed as it is...

7.8CVSS0.00119EPSS
SaveExploits0References7
CVE
CVE
added 2026/06/24 4:30 p.m.31 views

CVE-2026-53085

The CVE-2026-53085 issue affects the Linux kernel BPF subsystem where the open-coded task_vma iterator reads task-&gt;mm locklessly and uses mmap_read_trylock() without taking an mm reference, risking use-after-free if the task exits concurrently. The patch reads task-&gt;mm with a trylock on all...

7.8CVSS5.7AI score0.00119EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/06/24 4:30 p.m.13 views

EUVD-2026-38953

In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded taskvma iterator The open-coded taskvma iterator reads task-mm locklessly and acquires mmapreadtrylock but never calls mmget. If the task exits concurrently, the mmstruct can be freed as it is...

5.7AI score0.00119EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/24 4:30 p.m.20 views

CVE-2026-53085 bpf: fix mm lifecycle in open-coded task_vma iterator

In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded taskvma iterator The open-coded taskvma iterator reads task-mm locklessly and acquires mmapreadtrylock but never calls mmget. If the task exits concurrently, the mmstruct can be freed as it is...

7.8CVSS5.8AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/06/24 12:00 a.m.29 views

PT-2026-51979

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free flaw exists in the Berkeley Packet Filter BPF subsystem. The task vma iterator reads task-mm locklessly and acquires mmap read trylock without calling mmget. If a task...

7.8CVSS5.7AI score0.00119EPSS
SaveExploits0
OSV
OSV
added 2026/06/17 4:23 p.m.14 views

MINI-6MGR-V25C-G9MM

Bulletin has no description...

5AI score
SaveExploits0
Snyk
Snyk
added 2026/06/11 1:54 p.m.18 views

Malicious Package

Overview sitecore-mm-component-style 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...

9.8CVSS5.4AI score
SaveExploits0References2
Snyk
Snyk
added 2026/06/11 1:54 p.m.19 views

Malicious Package

Overview mm-ts-utils-client 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.8CVSS5.4AI score
SaveExploits0References2
OSV
OSV
added 2026/06/11 1:54 p.m.16 views

MAL-2026-5669 Malicious code in mm-ts-utils-client (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 6f5526f66eb7799c34080dc4e5f938decfa90924772556b159a26eaa3b1c4eb3 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

5.5AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/06/11 1:54 p.m.21 views

Malicious code in mm-ts-utils-client (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 6f5526f66eb7799c34080dc4e5f938decfa90924772556b159a26eaa3b1c4eb3 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

5.5AI score
SaveExploits0References1
Rows per page
Query Builder