Lucene search
+L

423 matches found

CNNVD
CNNVD
added 2026/04/22 12:00 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the lack of checking for empty pointers in l2capsockreadycb, potentially leading to uninitialized point...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.11 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-011311)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011311 advisory. In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Enable IRQ when pdata is ready If the device does not come straight from...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/17 10:32 p.m.29 views

OpenClaw: Gateway HTTP endpoints re-resolve bearer auth after SecretRef rotation

Summary Gateway HTTP and WebSocket handlers captured the resolved bearer-auth configuration when the server started. After a SecretRef rotation, the already-running gateway could continue accepting the old bearer token until restart. Impact A bearer token that should have been revoked by SecretRe...

9.8CVSS5.7AI score0.0054EPSS
SaveExploits1References6Affected Software1
SUSE CVE
SUSE CVE
added 2026/04/13 11:26 p.m.15 views

SUSE CVE-2026-31425

In the Linux kernel, the following vulnerability has been resolved: rds: ib: reject FRMR registration before IB connection is established rdsibgetmr extracts the rdsibconnection from conn-ctransportdata and passes it to rdsibregfrmr for FRWR memory registration. On a fresh outgoing connection, ic...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References17
NVD
NVD
added 2026/04/13 2:16 p.m.15 views

CVE-2026-31425

In the Linux kernel, the following vulnerability has been resolved: rds: ib: reject FRMR registration before IB connection is established rdsibgetmr extracts the rdsibconnection from conn-ctransportdata and passes it to rdsibregfrmr for FRWR memory registration. On a fresh outgoing connection, ic...

5.5CVSS0.00114EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/04/13 1:40 p.m.7 views

CVE-2026-31425

In the Linux kernel, the following vulnerability has been resolved: rds: ib: reject FRMR registration before IB connection is established rdsibgetmr extracts the rdsibconnection from conn-ctransportdata and passes it to rdsibregfrmr for FRWR memory registration. On a fresh outgoing connection, ic...

5.5AI score0.00114EPSS
SaveExploits0References9Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/13 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-31425

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rds: ib: reject FRMR registration before IB connection is established rdsibgetmr extracts the rdsibconnection from conn-ctransportdata and passes it to...

5.5CVSS4.2AI score0.00114EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/04/08 2:28 p.m.6 views

CVE-2026-39389

CI4MS is a CodeIgniter 4-based CMS skeleton that delivers a production-ready, modular architecture with RBAC authorization and theme support. Prior to 0.31.4.0, This vulnerability is fixed in 0.31.4.0...

6.7CVSS5.9AI score0.00471EPSS
SaveExploits1References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:00 a.m.10 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006757)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006757 advisory. In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: add lock to protect parameter numrdy Getting below error when using KCSAN to...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/04/01 9:11 p.m.4 views

Insertion of Sensitive Information Into Sent Data

Overview openssl-encrypt is an A package for secure file encryption and decryption based on modern ciphers using heavy-compute-load chaining of hashing and KDF to generate strong encryption password based on users provided password to ensure secure encryption of files Affected versions of this...

8.7CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/01 9:11 p.m.30 views

openssl-encrypt's readiness endpoint leaks database error details to unauthenticated callers

Summary The /ready endpoint in opensslencryptserver/server.py at lines 159-175 catches database errors and returns the full exception string in the response. Affected Code python except Exception as e: return "status": "notready", "reason": stre Impact Database exception messages can leak: -...

5.9AI score
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/04/01 12:10 a.m.23 views

EUVD-2026-17213

CI4MS: Permissions Management Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS...

9.1CVSS5.8AI score0.00307EPSS
SaveExploits1References2
Microsoft CVE
Microsoft CVE
added 2026/03/26 8:05 a.m.12 views

net: annotate data-races around sk->sk_{data_ready,write_space}

...

7.1CVSS5.8AI score0.00089EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/03/25 4:56 p.m.19 views

SUSE CVE-2026-23302

In the Linux kernel, the following vulnerability has been resolved: net: annotate data-races around sk-skdataready,writespace skmsg and probably other layers are changing these pointers while other cpus might read them concurrently. Add corresponding READONCE/WRITEONCE annotations for UDP, TCP an...

4.7CVSS5.7AI score0.00089EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/03/25 10:26 a.m.47 views

CVE-2026-23302 net: annotate data-races around sk->sk_{data_ready,write_space}

In the Linux kernel, the following vulnerability has been resolved: net: annotate data-races around sk-skdataready,writespace skmsg and probably other layers are changing these pointers while other cpus might read them concurrently. Add corresponding READONCE/WRITEONCE annotations for UDP, TCP an...

0.00089EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2026/03/25 12:00 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from data competition between the sk-skdataready and sk-skwritespace pointers...

4.7CVSS5.8AI score0.00089EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/03/12 12:00 a.m.19 views

Jettweb PHP Hazir Haber Sitesi Scripti SQL注入漏洞

Jettweb PHP Ready-made News Sites Script is a content management system provided by the Turkish company Jettweb. Version V1 of the Jettweb PHP Ready-made News Sites Script has a SQL injection vulnerability. This vulnerability stems from the galleryid parameter, which allows for SQL injections. It...

8.8CVSS5.9AI score0.00439EPSS
SaveExploits1References2
HackRead
HackRead
added 2026/03/02 2:00 p.m.17 views

Criminal IP to Present Decision-Ready Threat Intelligence at RSAC™ 2026

Torrance, United States / California, 2nd March 2026, CyberNewswire...

5.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/02/25 3:20 p.m.12 views

kernel: net/mlx5e: Check for NOT_READY flag state after locking

A race condition was found in the Linux kernel Mellanox mlx5 network driver's traffic control offload flow management. A local user with privileges to configure traffic control flower filters can trigger concurrent flow deletion operations where the NOTREADY flag is checked before acquiring the...

4.7CVSS7.2AI score0.00111EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/02/16 12:25 a.m.13 views

SUSE CVE-2026-23179

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fixup hang in nvmettcplistendataready When the socket is closed while in TCPLISTEN a callback is run to flush all outstanding packets, which in turns calls nvmettcplistendataready with the skcallbacklock held. So we ne...

5.5CVSS5.2AI score0.00173EPSS
SaveExploits0References19
Rows per page
Query Builder