Lucene search
+L

12105 matches found

Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.16 views

PT-2026-90107

In the Linux kernel, the following vulnerability has been resolved: net: skbuff: don't touch shared zerocopy state in skb tx error skb tx error completes the zerocopy uarg and clears SKBFL ALL ZEROCOPY, and skb zcopy downgrade managed clears SKBFL MANAGED FRAG REFS. Both live in skb shinfo, which...

5.9AI score0.00129EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.11 views

PT-2026-90115

In the Linux kernel, the following vulnerability has been resolved: net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry smc llc rmt delete rkey and smc llc save add link rkeys read the part of a v2 message that does not fit into the 44-byte union smc llc msg, and both bound themselve...

6AI score0.00518EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/11 12:00 a.m.7 views

FreeBSD : immich -- locked assets remain accessible through shared albums and links (fcc6917b-adbc-11f1-a655-3497f65b111b)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the fcc6917b-adbc-11f1-a655-3497f65b111b advisory. VulnCheck reports: Immich through 3.1.0 fails to properly enforce locked asset visibility when assets a...

7.1CVSS5.8AI score0.0025EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/10 11:04 p.m.14 views

Traefik HTTP/3 Backend NTLM Connection Reuse

Summary Traefik's HTTP/3 request path did not initialize the connection-scoped backend transport holder that isolates connection-bound NTLM and Negotiate Kerberos authentication on the HTTP/1.1 and HTTP/2 paths. The HTTP/3 entrypoint reuses the HTTPS handler chain and reaches the same backend...

9.1CVSS5.8AI score0.00331EPSS
SaveExploits0References7Affected Software2
NVD
NVD
added 2026/09/10 10:17 p.m.7 views

CVE-2026-81551

IBM DataStage on Cloud Pak for Data 5.4.0.0 could allow a remote authenticated attacker to arbitrarily write to or delete files on shared storage due to a path traversal vulnerability...

8.8CVSS0.00478EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/10 9:35 p.m.37 views

CVE-2026-81210 DataStage on Cloud Pak for Data has several vulnerabilities due to open source software

IBM DataStage on Cloud Pak for Data 5.4.0.0 concatenates three caller-supplied strings into a String.format path on the shared /ds-storage RWX PVC and returns the file with no project ACL — pure IDOR plus traversal. Read is constrained to files named job.log/error.log, but DataStage job logs...

7.7CVSS0.00201EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/10 9:35 p.m.13 views

CVE-2026-81210

IBM DataStage on Cloud Pak for Data 5.4.0.0 is vulnerable to an IDOR combined with path traversal issue. Three caller-supplied strings are concatenated into a String.format path on the shared /ds-storage RWX PVC and the resulting file is returned with no project ACL check. Although reads are cons...

7.7CVSS5.7AI score0.00201EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/09/10 9:29 p.m.21 views

CVE-2026-81551

IBM DataStage on Cloud Pak for Data 5.4.0.0 contains a path traversal vulnerability (CWE-22) that allows a remote authenticated attacker to arbitrarily write to or delete files on shared storage . The CVSS 3.1 score is 8.8 (High) , reflecting network attack vector, low complexity, and high impact...

8.8CVSS5.8AI score0.00478EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/09/10 9:29 p.m.36 views

CVE-2026-81551 DataStage on Cloud Pak for Data has several vulnerabilities due to open source software

IBM DataStage on Cloud Pak for Data 5.4.0.0 could allow a remote authenticated attacker to arbitrarily write to or delete files on shared storage due to a path traversal vulnerability...

8.8CVSS0.00478EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/10 3:08 p.m.21 views

EUVD-2026-42937

Excelize: Negative shared-string index causes panic in GetCellValue and GetRows...

7.5CVSS5.7AI score0.00385EPSS
SaveExploits1References5
OSV
OSV
added 2026/09/10 3:08 p.m.8 views

GHSA-FX5J-QCQG-GRPF Excelize: Negative shared-string index causes panic in GetCellValue and GetRows

Negative shared-string index causes panic in GetCellValue and GetRows Summary Excelize parses shared-string cell values with strconv.Atoi and checks only the upper bound before indexing the shared string slice. If an XLSX file contains a shared-string cell with -1, the parsed index is negative. T...

6.9CVSS5.9AI score0.00385EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/09/10 3:08 p.m.12 views

Excelize: Negative shared-string index causes panic in GetCellValue and GetRows

Negative shared-string index causes panic in GetCellValue and GetRows Summary Excelize parses shared-string cell values with strconv.Atoi and checks only the upper bound before indexing the shared string slice. If an XLSX file contains a shared-string cell with -1, the parsed index is negative. T...

7.5CVSS5.9AI score0.00385EPSS
SaveExploits1References6Affected Software2
AlpineLinux
AlpineLinux
added 2026/09/10 2:57 p.m.10 views

CVE-2026-88008

Traefik is an open source HTTP reverse proxy and load balancer. From 2.11.26 until 2.11.57 and 3.7.13, Traefik forwards a client-supplied Connection header requesting Upgrade, the Upgrade: h2c token, and HTTP2-Settings to a shared backend. If the backend accepts h2c and returns 101 Switching...

9.1CVSS5.8AI score0.00341EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/10 2:47 p.m.48 views

CVE-2026-88007 Traefik HTTP/3 Backend NTLM Connection Reuse

Traefik is an open source HTTP reverse proxy and load balancer. From 2.11.0 until 2.11.57 and 3.7.13, the HTTP/3 entrypoint ConnContext does not call service.AddTransportOnContext, so kerberosRoundTripper uses a shared backend transport instead of a transport dedicated to each frontend connection...

9.1CVSS0.00331EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/10 2:47 p.m.8 views

EUVD-2026-75544

Traefik is an open source HTTP reverse proxy and load balancer. From 2.11.0 until 2.11.57 and 3.7.13, the HTTP/3 entrypoint ConnContext does not call service.AddTransportOnContext, so kerberosRoundTripper uses a shared backend transport instead of a transport dedicated to each frontend connection...

9.1CVSS5.8AI score0.00331EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/09/10 2:47 p.m.11 views

CVE-2026-88007 Traefik HTTP/3 Backend NTLM Connection Reuse

Traefik is an open source HTTP reverse proxy and load balancer. From 2.11.0 until 2.11.57 and 3.7.13, the HTTP/3 entrypoint ConnContext does not call service.AddTransportOnContext, so kerberosRoundTripper uses a shared backend transport instead of a transport dedicated to each frontend connection...

9.1CVSS5.8AI score0.00331EPSS
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2026/09/10 2:47 p.m.9 views

CVE-2026-88007

Traefik is an open source HTTP reverse proxy and load balancer. From 2.11.0 until 2.11.57 and 3.7.13, the HTTP/3 entrypoint ConnContext does not call service.AddTransportOnContext, so kerberosRoundTripper uses a shared backend transport instead of a transport dedicated to each frontend connection...

9.1CVSS5.8AI score0.00331EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/10 7:53 a.m.15 views

CVE-2026-61911

A flaw was found in cyrus-imapd. An authenticated user could install a Sieve script to determine if another user's private mailbox exists. This is achieved by observing the behavior of the fileinto branch during Local Mail Transfer Protocol LMTP delivery. Additionally, this method could allow the...

4.3CVSS5.6AI score0.00217EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/10 7:53 a.m.17 views

CVE-2026-61910

A flaw was found in cyrus-imapd. An authenticated user with specific permissions on another user's mailbox could alter its special-use annotation. This manipulation might allow the user to change the shared mailbox's role, potentially causing unintended mail content to be written to it and shared...

5CVSS5.5AI score0.0019EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/10 7:17 a.m.15 views

CVE-2026-82582

An authorization bypass vulnerability exists in SHIRASAGI through a user-controlled key, which may allow an unauthorized attacker to retrieve files from the groupware's shared file feature...

5.3CVSS0.002EPSS
SaveExploits0References2
Rows per page
Query Builder