Lucene search
+L

1257 matches found

CVE
CVE
added 2026/03/19 8:47 p.m.10 views

CVE-2026-27491

Discourse contains a type coercion vulnerability in the post actions API that allowed non-staff, logged-in users to issue warnings to other users. Affected versions are 2026.3.0-latest.1, 2026.2.1, and 2026.1.2; patch versions are also noted. The underlying cause is a type coercion issue in the p...

6.9CVSS5.8AI score0.00326EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/03/19 8:47 p.m.8 views

CVE-2026-27491 Discourse has a bypass of official warnings messages by non-staff users

Discourse is an open-source discussion platform. Prior to versions 2026.3.0-latest.1, 2026.2.1, and 2026.1.2, a type coercion issue in a post actions API endpoint allowed non-staff users to issue warnings to other users. Warnings are a staff-only moderation feature. The vulnerability required the...

6.9CVSS5.9AI score0.00326EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2026/03/19 12:0 a.m.13 views

Discourse 安全漏洞

Discourse is an open-source community discussion platform developed by Discourse. This platform includes features such as communities, email communication, and chat rooms. Versions of Discourse prior to 2026.3.0-latest.1, 2026.2.1, and 2026.1.2 contain security vulnerabilities. These...

6.9CVSS5.8AI score0.00326EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/03/19 12:0 a.m.9 views

PT-2026-26359

Name of the Vulnerable Software and Affected Versions Discourse versions prior to 2026.3.0-latest.1 Discourse versions prior to 2026.2.1 Discourse versions prior to 2026.1.2 Description Discourse is an open-source discussion platform. A type coercion issue exists in a post actions API endpoint...

6.9CVSS5.9AI score0.00326EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/03/18 8:34 p.m.9 views

CVE-2026-28500

A flaw was found in Open Neural Network Exchange ONNX, an open standard for machine learning interoperability. A security control bypass exists in the onnx.hub.load function due to improper logic in its repository trust verification. An attacker can exploit this by providing a malicious model,...

9.1CVSS5.6AI score0.00318EPSS
SaveExploits0References5
NVD
NVD
added 2026/03/18 2:16 a.m.22 views

CVE-2026-28500

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load due to improper logic in the repository trust verification mechanism. While the function is designed to warn users...

9.1CVSS0.00318EPSS
SaveExploits0References6
OSV
OSV
added 2026/03/18 2:16 a.m.9 views

PYSEC-2026-103

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load due to improper logic in the repository trust verification mechanism. While the function is designed to warn users...

9.1CVSS5.7AI score0.00318EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/18 2:16 a.m.19 views

UBUNTU-CVE-2026-28500

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load due to improper logic in the repository trust verification mechanism. While the function is designed to warn users...

9.1CVSS5.7AI score0.00318EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/03/18 1:15 a.m.9 views

CVE-2026-28500 ONNX Untrusted Model Repository Warnings Suppressed by silent=True in onnx.hub.load() — Silent Supply-Chain Attack

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load due to improper logic in the repository trust verification mechanism. While the function is designed to warn users...

8.6CVSS5.7AI score0.00318EPSS
SaveExploits0References2
CVE
CVE
added 2026/03/18 1:15 a.m.34 views

CVE-2026-28500

CVE-2026-28500 affects ONNX up to v1.20.1 where onnx.hub.load() bypasses security checks due to flawed repository trust logic. The silent=True flag silences warnings and prompts, enabling a vector for zero-interaction supply-chain attacks. When combined with filesystem vulnerabilities, an attacke...

9.1CVSS5.7AI score0.00318EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/03/18 1:15 a.m.7 views

CVE-2026-28500 ONNX Untrusted Model Repository Warnings Suppressed by silent=True in onnx.hub.load() — Silent Supply-Chain Attack

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load due to improper logic in the repository trust verification mechanism. While the function is designed to warn users...

8.6CVSS5.9AI score0.00318EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/03/17 3:0 p.m.11 views

kernel: RDMA/rxe: Fix the qp flush warnings in req

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the qp flush warnings in req When the qp is in error state, the status of WQEs in the queue should be set to error. Or else the following will appear. 920.617269 WARNING: CPU: 1 PID: 21 at...

5.5CVSS6.3AI score0.00237EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/03/16 4:23 p.m.13 views

ONNX Untrusted Model Repository Warnings Suppressed by silent=True in onnx.hub.load() — Silent Supply-Chain Attack

What's the issue Passing silent=True to onnx.hub.load kills all trust warnings and user prompts. This means a model can be downloaded from any unverified GitHub repo with zero user awareness. python if not verifyreporefrepo and not silent: completely skipped when silent=True print"The model repo...

9.1CVSS6.2AI score0.00318EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/03/16 4:23 p.m.3 views

GHSA-HQMJ-H5C6-369M ONNX Untrusted Model Repository Warnings Suppressed by silent=True in onnx.hub.load() — Silent Supply-Chain Attack

What's the issue Passing silent=True to onnx.hub.load kills all trust warnings and user prompts. This means a model can be downloaded from any unverified GitHub repo with zero user awareness. python if not verifyreporefrepo and not silent: completely skipped when silent=True print"The model repo...

8.6CVSS6.2AI score0.00318EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/03/13 8:44 p.m.27 views

Centrifugo's InsecureSkipTokenSignatureVerify flag silently disables JWT verification with no warning

Summary Centrifugo supports a configuration flag insecureskiptokensignatureverify that completely disables JWT signature verification. When enabled, Centrifugo accepts any JWT token regardless of signature validity — including tokens signed with wrong keys, random signatures, or no signature at...

5.9AI score
SaveExploits0References5Affected Software5
Circl
Circl
added 2026/03/11 3:0 a.m.7 views

CVE-2026-22627

creationtimestamp| type| source ---|---|--- 2026-03-11 03:00:13+00:00| seen| https://fortiguard.fortinet.com/psirt/FG-IR-26-086 2026-03-11 10:50:56+00:00| seen| https://www.acn.gov.it/portale/w/vulnerabilita-in-prodotti-fortinet-8 2026-03-11 14:43:25+00:00| seen|...

8.8CVSS5.7AI score0.00286EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/03/10 12:0 a.m.11 views

PT-2026-24364

Name of the Vulnerable Software and Affected Versions pdfmake versions 0.3.0-beta.2 through 0.3.5 Description A Server-Side Request Forgery SSRF issue exists in the src/URLResolver.js component of pdfmake. This allows a remote attacker to potentially obtain sensitive information. The issue was...

7.5CVSS5.8AI score0.00481EPSS
SaveExploits2References11
OSV
OSV
added 2026/03/09 8:50 a.m.18 views

CLSA-2026-1773046198 kernel: Fix of 31 CVEs

smb3: fix for slab out of bounds on mount to ksmbd CVE-2025-38728 - netfilter: nftsetpipapo: clamp maximum map bucket size to INTMAX CVE-2025-38201 - ALSA: usb-audio: Validate UAC3 power domain descriptors, too CVE-2025-38729 - net: atm: fix /proc/net/atm/lec handling CVE-2025-38180 - tcpbpf:...

7.8CVSS7AI score0.0033EPSS
SaveExploits3References1
Oracle linux
Oracle linux
added 2026/03/06 12:0 a.m.15 views

nfs-utils security update

2.3.3-68.0.1 - nfsd: allow more than 64 backlogged connections - spec: remove multiple warnings when upgrading nfs-utils with gssproxy Orabug: 35173372 2.3.3-68 - Add requires for selinux-policy RHEL-127095 2.3.3-67 - mountd: Minor refactor of getrootfh RHEL-127095 - mountd: Separate lookup of th...

6.5CVSS5.8AI score0.00462EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/03/05 12:0 a.m.7 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005672)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005672 advisory. In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix shift-out-of-bounds/overflow in nilfssb2badoffset Patch series nilfs2: fix UBSAN...

7.1CVSS5.7AI score0.00155EPSS
SaveExploits0References4
Rows per page
Query Builder