Lucene search
+L

3662 matches found

Ubuntu
Ubuntu
added 2022/12/08 5:10 p.m.53 views

USN-5767-2: Python vulnerability

USN-5767-1 fixed a vulnerability in Python. This update provides the corresponding update for Ubuntu 14.04 ESM and Ubuntu 16.04 ESM. Original advisory details: It was discovered that Python incorrectly handled certain IDNA inputs. An attacker could possibly use this issue to expose sensitive...

7.5CVSS7.1AI score0.02433EPSS
SaveExploits1
NVD
NVD
added 2022/12/08 4:15 a.m.27 views

CVE-2022-23476

Nokogiri is an open source XML and HTML library for the Ruby programming language. Nokogiri 1.13.8 and 1.13.9 fail to check the return value from xmlTextReaderExpand in the method Nokogiri::XML::Readerattributehash. This can lead to a null pointer exception when invalid markup is being parsed. Fo...

7.5CVSS0.0168EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2022/12/08 3:3 a.m.85 views

CVE-2022-23476

Nokogiri is an open source XML and HTML library for the Ruby programming language. Nokogiri 1.13.8 and 1.13.9 fail to check the return value from xmlTextReaderExpand in the method Nokogiri::XML::Readerattributehash. This can lead to a null pointer exception when invalid markup is being parsed. Fo...

7.5CVSS8AI score0.0168EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/12/07 12:0 a.m.12 views

PT-2022-26930 · WordPress · Wordpress Popular Posts

Name of the Vulnerable Software and Affected Versions: WordPress Popular Posts versions 6.0.5 and earlier Description: The issue allows external initialization of trusted variables or data stores, enabling the acceptance of untrusted external inputs to update internal variables. This can lead to...

7.5CVSS7.4AI score0.00846EPSS
SaveExploits0References7
OSV
OSV
added 2022/12/06 6:30 a.m.32 views

GHSA-HCPJ-QP55-GFPH GitPython vulnerable to Remote Code Execution due to improper user input validation

All versions of package gitpython are vulnerable to Remote Code Execution RCE due to improper user input validation, which makes it possible to inject a maliciously crafted remote URL into the clone command. Exploiting this vulnerability is possible because the library makes external calls to git...

9.2CVSS7.3AI score0.05378EPSS
SaveExploits1References20
Debian CVE
Debian CVE
added 2022/12/06 12:0 a.m.6 views

CVE-2022-41910

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. We hav...

9.1CVSS6.9AI score0.00401EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2022/12/02 8:0 a.m.8 views

Seg fault in `ndarray_tensor_bridge` due to zero and large inputs in Tensorflow

...

7.5CVSS7.7AI score0.0033EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2022/12/02 8:0 a.m.4 views

`CHECK` fail via inputs in `PyFunc` in Tensorflow

...

7.5CVSS7.7AI score0.0045EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2022/12/02 8:0 a.m.4 views

`CHECK` fail via inputs in `SdcaOptimizer` in Tensorflow

...

7.5CVSS7.7AI score0.0044EPSS
SaveExploits1
OSV
OSV
added 2022/11/28 2:15 p.m.6 views

CVE-2022-2311

The Find and Replace All WordPress plugin before 1.3 does not sanitize and escape some parameters from its setting page before outputting them back to the user, leading to a Reflected Cross-Site Scripting issue...

6.1CVSS5.8AI score0.00486EPSS
SaveExploits2References1
Veracode
Veracode
added 2022/11/22 10:57 a.m.23 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service DoS attacks. An attacker is able to cause denial of service conditions due to improper validation of user Inputs, densefeatures and examplestatedata, resulting in a CHECK fail in SdcaOptimizer...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1References9Affected Software3
Veracode
Veracode
added 2022/11/22 7:18 a.m.22 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. A attacker can crash the application by providing outsize inputs to rowpoolingsequence and colpoolingsequence parameters in FractionMaxPoolGrad...

7.5CVSS7.3AI score0.0044EPSS
SaveExploits1References10Affected Software3
Tenable Nessus
Tenable Nessus
added 2022/11/22 12:0 a.m.14 views

Oracle Linux 9 : yajl (ELSA-2022-8252)

The remote Oracle Linux 9 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2022-8252 advisory. - yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to...

7.5CVSS7.8AI score0.03472EPSS
SaveExploits1References2
OSV
OSV
added 2022/11/21 9:54 p.m.1 views

GHSA-HQ7G-WWWP-Q46H `CHECK` fail via inputs in `SparseFillEmptyRowsGrad`

Impact If SparseFillEmptyRowsGrad is given empty inputs, TensorFlow will crash. python import tensorflow as tf tf.rawops.SparseFillEmptyRowsGrad reverseindexmap=, gradvalues=, name=None Patches We have patched the issue in GitHub commit af4a6a3c8b95022c351edae94560acc61253a1b8. The fix will be...

4.8CVSS6.9AI score0.0044EPSS
SaveExploits1References5
OSV
OSV
added 2022/11/21 8:42 p.m.4 views

GHSA-H246-CGH4-7475 `CHECK` fail in `BCast` overflow

Impact If BCast::ToShape is given input larger than an int32, it will crash, despite being supposed to handle up to an int64. An example can be seen in tf.experimental.numpy.outer by passing in large input to the input b. python import tensorflow as tf value = tf.constantshape=2, 1024, 1024, 1024...

4.8CVSS6.9AI score0.00439EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/11/21 8:39 p.m.34 views

Seg fault in `ndarray_tensor_bridge` due to zero and large inputs

Impact If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. E.g. the following raises an error: python np.ones0, 231, 231 An example of a proof of concept: python import numpy as np import tensorflow as tf inputval =...

7.5CVSS7.5AI score0.0033EPSS
SaveExploits1References4Affected Software3
Github Security Blog
Github Security Blog
added 2022/11/21 8:39 p.m.36 views

Out of bounds segmentation fault due to unequal op inputs in Tensorflow

Impact tf.rawops.DynamicStitch specifies input sizes when it is registered. cpp REGISTEROP"DynamicStitch" .Input"indices: N int32" .Input"data: N T" .Output"merged: T" .Attr"N : int = 1" .Attr"T : type" .SetShapeFnDynamicStitchShapeFunction; When it receives a differing number of inputs, such as...

7.5CVSS7.5AI score0.0035EPSS
SaveExploits1References6Affected Software3
OSV
OSV
added 2022/11/21 1:15 p.m.7 views

CVE-2022-3861

The Betheme theme for WordPress is vulnerable to PHP Object Injection in versions up to, and including, 26.5.1.4 via deserialization of untrusted input supplied via the import, mfn-items-import-page, and mfn-items-import parameters passed through the mfnbuilderimport, mfnbuilderimportpage,...

8.8CVSS5.9AI score0.01984EPSS
SaveExploits5References3
Snyk
Snyk
added 2022/11/20 9:12 a.m.5 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS when SparseFillEmptyRowsGrad is given empty inputs. Details Denial of Service DoS describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users. Unlike other...

7.5CVSS7AI score0.0044EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/11/20 9:8 a.m.2 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS when FractionMaxPoolGrad is given outsize inputs rowpoolingsequence and colpoolingsequence. Details Denial of Service DoS describes a family of attacks, all aimed at making a system inaccessible to its intended and...

7.5CVSS7AI score0.0044EPSS
SaveExploits1References2
Rows per page
Query Builder