Lucene search
+L

675 matches found

EUVD
EUVD
•added 2025/12/09 6:30 p.m.•10 views

EUVD-2022-55739

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix QP destroy to wait for all references dropped. Delay QP destroy completion until all siw references to QP are dropped. The calling RDMA core will free QP structure after successful return from siwqpdestroy call, so...

6AI score0.00722EPSS
SaveExploits0References5
NVD
NVD
•added 2025/12/09 4:17 p.m.•5 views

CVE-2022-50671

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix "kernel NULL pointer dereference" error When rxequeueinit in the function rxeqpinitreq fails, both qp-req.task.func and qp-req.task.arg are not initialized. Because of creation of qp fails, the function rxecreateqp...

7.5CVSS0.0094EPSS
SaveExploits0References9
OSV
OSV
•added 2025/12/09 4:17 p.m.•9 views

UBUNTU-CVE-2022-50666

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix QP destroy to wait for all references dropped. Delay QP destroy completion until all siw references to QP are dropped. The calling RDMA core will free QP structure after successful return from siwqpdestroy call, so...

9.8CVSS5.7AI score0.00722EPSS
SaveExploits0References7
Debian CVE
Debian CVE
•added 2025/12/09 1:29 a.m.•20 views

CVE-2022-50666

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix QP destroy to wait for all references dropped. Delay QP destroy completion until all siw references to QP are dropped. The calling RDMA core will free QP structure after successful return from siwqpdestroy call, so...

9.8CVSS5.2AI score0.00722EPSS
SaveExploits0
CVE
CVE
•added 2025/12/09 1:29 a.m.•28 views

CVE-2022-50666

CVE-2022-50666 is a Linux kernel vulnerability in RDMA/siw where QP destruction could reference-after-free the QP object. The fix delays QP destroy until all siw references to the QP are dropped, allowing the RDMA core to free the QP after siw_qp_destroy() returns. The issue manifested as a use-a...

9.8CVSS6.1AI score0.00722EPSS
SaveExploits0References4
CNNVD
CNNVD
•added 2025/12/09 12:0 a.m.•15 views

Linux kernel å®‰å…Øę¼ę“ž

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from siw RDMA QP destruction without waiting for a reference to be released, which could lead to reuse after...

6.1AI score0.00722EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2025/12/09 12:0 a.m.•18 views

PT-2025-49702

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to RDMA/rxe functionality. Specifically, a potential NULL pointer dereference can occur within the rxe qp init req function when rxe queue init...

7.8CVSS7.2AI score0.0094EPSS
SaveExploits2References918
Microsoft CVE
Microsoft CVE
•added 2025/11/28 1:1 a.m.•20 views

RDMA/hns: Fix double destruction of rsv_qp

...

7.8CVSS8.7AI score0.00165EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2025/11/12 12:0 a.m.•4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990812)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990812 advisory. In the Linux kernel, the following vulnerability has been resolved: ice: xsk: disable txq irq before flushing hw iceqpdis intends to stop a given queue pair that is ...

7.8CVSS6.4AI score0.00199EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2025/11/11 9:13 a.m.•8 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.8AI score0.00237EPSS
SaveExploits0References5
OSV
OSV
•added 2025/11/07 6:15 p.m.•9 views

CVE-2025-63713

Cross-Site Scripting XSS vulnerability in SourceCodester "MatchMaster" 1.0 allows remote attackers to inject arbitrary web script or HTML via crafted input in the custom test creation feature. The vulnerability exists because the application fails to properly sanitize user-supplied input in test...

6.1CVSS5.9AI score0.00331EPSS
SaveExploits1References2
Cvelist
Cvelist
•added 2025/11/07 12:0 a.m.•23 views

CVE-2025-63713

Cross-Site Scripting XSS vulnerability in SourceCodester "MatchMaster" 1.0 allows remote attackers to inject arbitrary web script or HTML via crafted input in the custom test creation feature. The vulnerability exists because the application fails to properly sanitize user-supplied input in test...

0.00331EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:0 a.m.•9 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989137)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989137 advisory. In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cmid...

9.8CVSS6.2AI score0.01166EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2025/10/15 1:23 a.m.•7 views

CVE-2017-20205 Valve Source SDK Stack-Based Buffer Overflow RCE

Valve's Source SDK source-sdk-2013's ragdoll model parsing logic contains a stack-based buffer overflow vulnerability.The tokenizer function nexttoken copies characters from an input string into a fixed-size stack buffer without performing bounds checks. When ParseKeyValue processes a collisionpa...

9.2CVSS8.2AI score0.00646EPSS
SaveExploits0References3
EUVD
EUVD
•added 2025/10/15 1:23 a.m.•11 views

EUVD-2017-18920

Valve's Source SDK source-sdk-2013's ragdoll model parsing logic contains a stack-based buffer overflow vulnerability.The tokenizer function nexttoken copies characters from an input string into a fixed-size stack buffer without performing bounds checks. When ParseKeyValue processes a collisionpa...

9.2CVSS8AI score0.00646EPSS
SaveExploits0References4
CVE
CVE
•added 2025/10/15 1:23 a.m.•25 views

CVE-2017-20205

CVE-2017-20205 affects Valve’s Source SDK (source-sdk-2013). The ragdoll model parsing logic contains a stack-based buffer overflow in the tokenizer function nexttoken. When ParseKeyValue processes a collisionpair rule longer than 256 bytes, the szToken stack buffer can overflow and overwrite the...

9.2CVSS8.2AI score0.00646EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2025/10/15 12:0 a.m.•7 views

PT-2025-42216

Valve's Source SDK source-sdk-2013's ragdoll model parsing logic contains a stack-based buffer overflow vulnerability.The tokenizer function nexttoken copies characters from an input string into a fixed-size stack buffer without performing bounds checks. When ParseKeyValue processes a collisionpa...

9.2CVSS8.5AI score0.00646EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/10/08 12:31 a.m.•8 views

EUVD-2025-31877

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5AI score
SaveExploits0References1
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•8 views

EUVD-2015-6360

Malware in sbrugna...

4.3CVSS6.4AI score0.01836EPSS
SaveExploits0References5
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•7 views

EUVD-2004-2711

Malware in sbrugna...

4.3CVSS6.4AI score0.01673EPSS
SaveExploits0References6
Rows per page
Query Builder