Lucene search
+L

1442 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2022/02/18 2:18 p.m.14 views

Security Bulletin: Security vulnerability in WebSphere Application Server shipped with Predictive Maintenance and Quality and Predictive Maintenance Insights On-Premises (CVE-2021-38951)

Summary IBM WebSphere Application Server is shipped with IBM Predictive Maintenance and Quality and Predictive Maintenance Insights On-Premises. WebSphere Application Server is vulnerable to a denial of service. Vulnerability Details Refer to the security bulletins listed in the Remediation/Fixes...

7.5CVSS7AI score0.01521EPSS
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2022/02/09 12:0 a.m.7 views

PT-2022-15512 · Sap · S/4Hana

Name of the Vulnerable Software and Affected Versions: S/4HANA affected versions not specified Description: The issue concerns the exposure of private address and bank details of an Employee Business Partner with Supplier Role through the S/4HANA Supplier Factsheet, as well as the exposure of...

6.5CVSS6.3AI score0.00903EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2022/02/09 12:0 a.m.29 views

PT-2022-7628 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The vulnerability is related to the btrfs filesystem in the Linux kernel. When using the flushoncommit mount option, a warning is triggered during almost every transaction commit due t...

8.8CVSS6.6AI score0.019EPSS
SaveExploits16References1649
Positive Technologies
Positive Technologies
added 2022/02/08 12:0 a.m.4 views

PT-2022-1713 · Microsoft · Windows Print Spooler +1

Name of the Vulnerable Software and Affected Versions: Microsoft Windows Print Spooler affected versions not specified Description: The issue is related to an elevation-of-privilege vulnerability in the Windows Print Spooler. This vulnerability is associated with insecure privilege management,...

7.8CVSS7.6AI score0.18464EPSS
SaveExploits4References16
Positive Technologies
Positive Technologies
added 2022/02/05 12:0 a.m.2 views

PT-2022-1942 · Microsoft · Azure Site Recovery

Name of the Vulnerable Software and Affected Versions: Azure Site Recovery affected versions not specified Description: The issue is related to incorrect code generation management. It may allow a remote attacker to execute arbitrary code. Recommendations: At the moment, there is no information...

9CVSS7.3AI score0.02337EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2022/02/05 12:0 a.m.4 views

PT-2022-1856 · Microsoft · Azure Site Recovery

Name of the Vulnerable Software and Affected Versions: Azure Site Recovery affected versions not specified Description: The issue is related to incorrect code generation management in Azure Site Recovery, allowing a remote attacker to execute arbitrary code. Recommendations: At the moment, there ...

9CVSS7.3AI score0.02337EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2022/02/05 12:0 a.m.4 views

PT-2022-2928 · Microsoft · Windows

Name of the Vulnerable Software and Affected Versions: Windows affected versions not specified Description: The issue is related to insufficient access control in the Win32k component of the Microsoft Windows operating system. This can be exploited to elevate privileges. There is no information...

7.8CVSS7.3AI score0.06701EPSS
SaveExploits0References9
PyPA
PyPA
added 2022/02/04 11:15 p.m.6 views

PYSEC-2022-150

Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a SavedModel such that assertions in function.cc would be falsified and crash the Python interpreter. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this comm...

6.5CVSS6.8AI score0.008EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2022/02/04 11:15 p.m.8 views

PYSEC-2022-121

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would trigger a division by zero in BiasAndClamp implementation. There is no check that the biassize is non zero. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on...

6.5CVSS7AI score0.00757EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2022/02/04 10:32 p.m.6 views

CVE-2022-23574

Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write. Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg from outside the...

8.8CVSS6.9AI score0.00837EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2022/02/04 10:32 p.m.3 views

CVE-2022-23573 Uninitialized variable access in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of AssignOp can result in copying uninitialized data to a new tensor. This later results in undefined behavior. The implementation has a check that the left hand side of the assignment is initialized to minimize number of...

7.6CVSS8.6AI score0.00755EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2022/02/04 10:32 p.m.8 views

CVE-2022-23585 Memory leak in decoding PNG images in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. When decoding PNG images TensorFlow can produce a memory leak if the image is invalid. After calling png::CommonInitDecode..., &decode, the decode value contains allocated buffers which can only be freed by calling...

4.3CVSS6.5AI score0.00992EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2022/02/04 10:32 p.m.6 views

CVE-2022-23592 Out of bounds read in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. TensorFlow's type inference can cause a heap out of bounds read as the bounds checking is done in a DCHECK which is a no-op during production. An attacker can control the inputidx variable such that ix would be larger than the number of...

8.1CVSS8AI score0.00858EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/02/04 10:32 p.m.42 views

CVE-2022-23593 Segfault in `simplifyBroadcast` in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The simplifyBroadcast function in the MLIR-TFRT infrastructure in TensorFlow is vulnerable to a segfault hence, denial of service, if called with scalar shapes. If all shapes are scalar, then maxRank is 0, so we build an empty SmallVector...

5.9CVSS7.5AI score0.0087EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/03 2:15 p.m.4 views

PYSEC-2022-117

Tensorflow is an Open Source Machine Learning Framework. The implementation of SparseCountSparseOutput can be made to crash a TensorFlow process by an integer overflow whose result is then used in a memory allocation. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this comm...

6.5CVSS5.9AI score0.00783EPSS
SaveExploits1References3
PyPA
PyPA
added 2022/02/03 2:15 p.m.8 views

PYSEC-2022-116

Tensorflow is an Open Source Machine Learning Framework. The implementation of Bincount operations allows malicious users to cause denial of service by passing in arguments which would trigger a CHECK-fail. There are several conditions that the input arguments must satisfy. Some are not caught...

6.5CVSS6.7AI score0.00783EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2022/02/03 11:15 a.m.8 views

PYSEC-2022-109

Tensorflow is an Open Source Machine Learning Framework. The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

8.1CVSS6.9AI score0.00815EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2022/02/03 12:0 a.m.4 views

PT-2022-1698 · Microsoft · Edge

Name of the Vulnerable Software and Affected Versions: Microsoft Edge Chromium-based affected versions not specified Description: The issue is related to errors in the representation of information by the user interface. Exploitation of this issue may allow a remote attacker to conduct spoofing...

5.3CVSS5.2AI score0.01573EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2022/01/28 12:0 a.m.6 views

PT-2022-16298 · Zoho · Zoho Manageengine Desktop Central

Name of the Vulnerable Software and Affected Versions: Zoho ManageEngine Desktop Central versions prior to 10.1.2137.10 Description: The issue allows an authenticated user to change any user's login password. Recommendations: For versions prior to 10.1.2137.10, update to version 10.1.2137.10 or...

6.5CVSS6.4AI score0.0192EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2022/01/20 12:0 a.m.6 views

PT-2022-12214 · Lexmark · Lexmark Devices

Name of the Vulnerable Software and Affected Versions: Lexmark devices affected versions not specified Description: The initial admin account setup wizard on Lexmark devices allows unauthenticated access to the "out of service erase" feature. This issue may be related to an unprotected API,...

10CVSS9.6AI score0.02432EPSS
SaveExploits0References5
Rows per page
Query Builder