Lucene search
+L

912 matches found

Positive Technologies
Positive Technologies
added 2024/04/17 12:00 a.m.15 views

PT-2024-23165 · Brocade · Brocade Sannav

Name of the Vulnerable Software and Affected Versions: Brocade SANnav versions prior to 2.3.1 Brocade SANnav version 2.3.0a Description: The issue concerns the use of the SHA-1 hash in internal SSH ports. These ports are not open to remote connection. Recommendations: For Brocade SANnav versions...

5.7CVSS7.2AI score0.00163EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/04/17 12:00 a.m.10 views

PT-2024-4306 · Brocade · Brocade Sannav

Name of the Vulnerable Software and Affected Versions: Brocade SANnav versions prior to 2.3.1 Brocade SANnav version 2.3.0a Description: The issue is related to the use of hardcoded credentials in the Brocade SANnav software. This allows a remote attacker to perform a man-in-the-middle MITM attac...

7.7CVSS7.2AI score0.0031EPSS
SaveExploits0References11
Patchstack
Patchstack
added 2024/04/16 3:02 p.m.12 views

WordPress Debug Log Manager plugin <= 2.3.1 - Cross Site Scripting (XSS) vulnerability

Cross Site Scripting XSS vulnerability discovered by Majed Refaea Patchstack Alliance in WordPress Plugin Debug Log Manager versions = 2.3.1...

7.1CVSS6.1AI score0.00333EPSS
SaveExploits0Affected Software1
Patchstack
Patchstack
added 2024/04/16 12:00 a.m.16 views

WordPress Debug Log Manager Plugin <= 2.3.1 is vulnerable to Cross Site Scripting (XSS)

Software Debug Log Manager Type Plugin Vulnerable versions = 2.3.1 Fixed in 2.3.2 OWASP Top 10 A4: Insecure Design Classification Cross Site Scripting XSS CVE CVE-2024-32582 Patch priority Medium CVSS severity Medium 7.1 Developer Claim ownership PSID 1f92fe55cb9f Credits Majed Refaea Required...

7.1CVSS6.2AI score0.00333EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2024/04/15 12:00 a.m.9 views

PT-2024-3222 · Brocade · Brocade Sannav

Name of the Vulnerable Software and Affected Versions: Brocade SANnav versions prior to 2.3.1 Brocade SANnav version 2.3.0a Description: The issue is related to the class FileTransfer in Brocade SANnav, which uses the ssh-rsa signature scheme with a SHA-1 hash. This could allow a remote,...

7.5CVSS7.2AI score0.00306EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2024/03/22 12:00 a.m.14 views

PT-2024-3233 · Brocade · Brocade Sannav

Name of the Vulnerable Software and Affected Versions: Brocade SANnav versions prior to 2.3.1 Brocade SANnav version 2.3.0a Description: A vulnerability in Brocade SANnav is related to insufficient protection of registration data in the PostgreSQL component. This could allow a privileged user to...

5.5CVSS7AI score0.00112EPSS
SaveExploits0References7
Patchstack
Patchstack
added 2024/03/12 12:00 a.m.15 views

WordPress Ultimate Posts Widget Plugin < 2.3.1 is vulnerable to Cross Site Scripting (XSS)

Software Ultimate Posts Widget Type Plugin Vulnerable versions 2.3.1 Fixed in 2.3.1 OWASP Top 10 A7: Cross-Site Scripting XSS Classification Cross Site Scripting XSS CVE CVE-2024-0561 Patch priority Low CVSS severity Low 5.9 Developer Claim ownership PSID 4601be1431bf Credits Dmitrii ignatyev...

5.4CVSS6AI score0.00442EPSS
SaveExploits2References4Affected Software1
OSV
OSV
added 2024/03/06 11:20 a.m.17 views

BIT-TENSORFLOW-2020-15191 Undefined behavior in Tensorflow

In Tensorflow before versions 2.2.1 and 2.3.1, if a user passes an invalid argument to dlpack.todlpack the expected validations will cause variables to bind to nullptr while setting a status variable to the error condition. However, this status argument is not properly checked. Hence, code...

5.3CVSS5.3AI score0.009EPSS
SaveExploits1References5
OSV
OSV
added 2024/03/06 11:20 a.m.21 views

BIT-TENSORFLOW-2020-15196 Heap buffer overflow in Tensorflow

In Tensorflow version 2.3.0, the SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified. In the sparse and ragged count weights a...

9.9CVSS9.3AI score0.00903EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:20 a.m.17 views

BIT-TENSORFLOW-2020-15199 Denial of Service in Tensorflow

In Tensorflow before version 2.3.1, the RaggedCountSparseOutput does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the splits tensor has the minimum required number of elements. Code uses this quantity to initialize a different data...

5.9CVSS5.8AI score0.00812EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:20 a.m.22 views

BIT-TENSORFLOW-2020-15200 Segfault in Tensorflow

In Tensorflow before version 2.3.1, the RaggedCountSparseOutput implementation does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the values in the splits tensor generate a valid partitioning of the values tensor. Thus, the code sets ...

5.9CVSS5.9AI score0.00851EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:20 a.m.24 views

BIT-TENSORFLOW-2020-15201 Heap buffer overflow in Tensorflow

In Tensorflow before version 2.3.1, the RaggedCountSparseOutput implementation does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the values in the splits tensor generate a valid partitioning of the values tensor. Hence, the code is...

6.8CVSS5.3AI score0.00568EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:20 a.m.24 views

BIT-TENSORFLOW-2020-15210 Segmentation fault in tensorflow-lite

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, if a TFLite saved model uses the same tensor as both input and output of an operator, then, depending on the operator, we can observe a segmentation fault or just memory corruption. We have patched the issue in d58c96946b a...

6.5CVSS6.4AI score0.00739EPSS
SaveExploits1References5
Prion
Prion
added 2024/02/29 1:43 a.m.65 views

Design/Logic Flaw

A vulnerability was found in Hyper CdCatalog 2.3.1. It has been classified as problematic. This affects an unknown part of the component HCF File Handler. The manipulation leads to denial of service. An attack has to be approached locally. The exploit has been disclosed to the public and may be...

1.7CVSS7.2AI score0.00419EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2024/02/29 12:00 a.m.8 views

Hyper CdCatalog Security Vulnerability

Hyper CdCatalog is a graphical multi-platform Linux/Windows/MacOS/X/OS/2 directory program from Hyper Open Source. It can scan the directories/drives you want and store the file system in a small file. A security vulnerability exists in Hyper CdCatalog version 2.3.1, which stems from the componen...

5.5CVSS6.8AI score0.00419EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2024/02/27 2:24 a.m.73 views

Low: Red Hat Security Advisory: Red Hat OpenShift distributed tracing 3.1.0 operator/operand containers

Red Hat OpenShift distributed tracing 3.1.0 Red Hat Product Security has rated this update as having a security impact of "Low". A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References...

7.3CVSS6.7AI score0.00797EPSS
SaveExploits1References13
Positive Technologies
Positive Technologies
added 2024/02/14 12:00 a.m.16 views

PT-2024-1786 · Intel · Intel Battery Life Diagnostic Tool

Name of the Vulnerable Software and Affected Versions: Intel Battery Life Diagnostic Tool versions prior to 2.3.1 Description: The issue is related to an uncontrolled search path element in the Intel Battery Life Diagnostic Tool software. Exploitation of this issue may allow an attacker to escala...

7.8CVSS7AI score0.00191EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/02/02 12:00 a.m.7 views

PT-2024-17340 · Unknown · Hyper Cdcatalog

Name of the Vulnerable Software and Affected Versions: Hyper CdCatalog version 2.3.1 Description: A problematic issue was found in the HCF File Handler component, leading to denial of service. The manipulation can be exploited locally. The issue has been publicly disclosed and may be used for...

5.5CVSS6.9AI score0.00419EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2024/01/19 12:00 a.m.11 views

PT-2024-12123 · Xpand It · Xpand It Write-Back Manager

Name of the Vulnerable Software and Affected Versions: Xpand IT Write-back Manager version 2.3.1 Description: An arbitrary file upload issue allows attackers to execute arbitrary code via a crafted jsp file. Recommendations: For Xpand IT Write-back Manager version 2.3.1, consider restricting file...

9.8CVSS9.5AI score0.01144EPSS
SaveExploits1References8
OSV
OSV
added 2024/01/08 9:15 p.m.6 views

CVE-2023-52142

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in Cool Plugins Events Shortcodes For The Events Calendar.This issue affects Events Shortcodes For The Events Calendar: from n/a through 2.3.1...

8.8CVSS7.3AI score0.00544EPSS
SaveExploits0References1
Rows per page
Query Builder