Lucene search
K

48 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fixed a memory leak in tegraslinkprobe In tegraslinkprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. This issue was addressed by replacing the...

5.7AI score0.00053EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: spi: tegra20-slink: Fixed a UAF Use-after-Allocation issue in tegraslinkremove. After calling spiunregistermaster, the refcount of the master will be decreased to 0, and it will be freed in spicontrollerrelease. The device data...

7.8CVSS6AI score0.00067EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2026/02/16 12:25 a.m.4 views

SUSE CVE-2026-23182

In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegraslinkprobe In tegraslinkprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure proper...

5.5CVSS5.2AI score0.00053EPSS
Exploits0References19
OSV
OSV
added 2026/02/14 5:15 p.m.3 views

UBUNTU-CVE-2026-23182

In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegraslinkprobe In tegraslinkprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure proper...

5.7AI score0.00053EPSS
Exploits0References16
CVE
CVE
added 2026/02/14 4:27 p.m.10 views

CVE-2026-23182

CVE-2026-23182 affects the Linux kernel driver path spi: tegra, where in tegra_slink_probe() a failed platform_get_irq() path could leak memory because the function returned directly with an error. The fix replaces the early return with a cleanup goto, ensuring proper resource release. The change...

5.2AI score0.00053EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.8 views

CVE-2026-23182

In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegraslinkprobe In tegraslinkprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure proper...

5.2AI score0.00053EPSS
Exploits0
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.3 views

CVE-2026-23182

In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegraslinkprobe In tegraslinkprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure proper...

5.2AI score0.00053EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2026/02/14 4:27 p.m.3 views

CVE-2026-23182 spi: tegra: Fix a memory leak in tegra_slink_probe()

In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegraslinkprobe In tegraslinkprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure proper...

5.2AI score0.00053EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-55456

Malicious code in bioql PyPI...

7.1AI score0.00067EPSS
Exploits0References4
OSV
OSV
added 2025/09/03 4:15 p.m.2 views

CVE-2025-55944

Slink v1.4.9 allows stored cross-site scripting XSS via crafted SVG uploads. When a user views the shared image in a new browser tab, the embedded JavaScript executes. The issue affects both authenticated and unauthenticated users...

6.1CVSS5.8AI score0.00185EPSS
Exploits2References2
NVD
NVD
added 2025/09/03 4:15 p.m.1 views

CVE-2025-55944

Slink v1.4.9 allows stored cross-site scripting XSS via crafted SVG uploads. When a user views the shared image in a new browser tab, the embedded JavaScript executes. The issue affects both authenticated and unauthenticated users...

6.1CVSS0.00185EPSS
Exploits2References2
CNNVD
CNNVD
added 2025/09/03 12:0 a.m.0 views

Slink 安全漏洞

Slink is a self-hosted image sharing service by the individual developer Andrii Kryvoviaz. A security vulnerability exists in Slink v1.4.9, which stems from the vulnerability of specially crafted SVG uploads to stored cross-site scripting attacks...

6.1CVSS5.8AI score0.00185EPSS
Exploits2References3
Cvelist
Cvelist
added 2025/09/03 12:0 a.m.4 views

CVE-2025-55944

Slink v1.4.9 allows stored cross-site scripting XSS via crafted SVG uploads. When a user views the shared image in a new browser tab, the embedded JavaScript executes. The issue affects both authenticated and unauthenticated users...

0.00185EPSS
Exploits2References2
OSV
OSV
added 2025/08/14 6:52 p.m.1 views

MAL-2025-36254 Malicious code in test-mlw2-slink-snout (npm)

The package test-mlw2-slink-snout was found to contain malicious code...

7.2AI score
Exploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/14 6:52 p.m.2 views

Malicious code in test-mlw2-slink-snout (npm)

The package test-mlw2-slink-snout was found to contain malicious code...

7AI score
Exploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/14 6:52 p.m.3 views

Malicious code in test-mlw2-levin-inust-choco-slink (npm)

The package test-mlw2-levin-inust-choco-slink was found to contain malicious code...

7AI score
Exploits0
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.2 views

SUSE CVE-2022-50192

In the Linux kernel, the following vulnerability has been resolved: spi: tegra20-slink: fix UAF in tegraslinkremove After calling spiunregistermaster, the refcount of master will be decrease to 0, and it will be freed in spicontrollerrelease, the device data also will be freed, so it will lead a...

5.5CVSS6.3AI score0.00067EPSS
Exploits0References9
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-50192

In the Linux kernel, the following vulnerability has been resolved: spi: tegra20-slink: fix UAF in tegraslinkremove After calling spiunregistermaster, the refcount of master will be decrease to 0, and it will be freed in spicontrollerrelease, the device data also will be freed, so it will lead a...

7.8CVSS5.3AI score0.00067EPSS
Exploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.0 views

UBUNTU-CVE-2022-50192

In the Linux kernel, the following vulnerability has been resolved: spi: tegra20-slink: fix UAF in tegraslinkremove After calling spiunregistermaster, the refcount of master will be decrease to 0, and it will be freed in spicontrollerrelease, the device data also will be freed, so it will lead a...

7.8CVSS6.1AI score0.00067EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.25 views

CVE-2022-50192 spi: tegra20-slink: fix UAF in tegra_slink_remove()

In the Linux kernel, the following vulnerability has been resolved: spi: tegra20-slink: fix UAF in tegraslinkremove After calling spiunregistermaster, the refcount of master will be decrease to 0, and it will be freed in spicontrollerrelease, the device data also will be freed, so it will lead a...

0.00067EPSS
Exploits0References4
Rows per page
Query Builder