Lucene search
+L

589 matches found

Patchstack
Patchstack
added 2024/06/10 1:12 p.m.14 views

WordPress Custom Field Template plugin <= 2.6.1 - Authenticated Stored Cross-Site Scripting vulnerability

Authenticated Stored Cross-Site Scripting vulnerability discovered by Sh in WordPress Plugin Custom Field Template versions = 2.6.1...

4.8CVSS5.7AI score0.00247EPSS
SaveExploits0References1Affected Software1
Patchstack
Patchstack
added 2024/06/10 12:00 a.m.16 views

WordPress Custom Field Template Plugin <= 2.6.1 is vulnerable to Cross Site Scripting (XSS)

Software Custom Field Template Type Plugin Vulnerable versions = 2.6.1 Fixed in 2.6.2 OWASP Top 10 A3: Injection Classification Cross Site Scripting XSS CVE CVE-2024-0653 Patch priority Low CVSS severity Low 5.9 Developer Claim ownership PSID fe4e0cf2229e Credits Sh Required privilege Administrat...

4.8CVSS6.6AI score0.00247EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2024/06/10 12:00 a.m.17 views

PT-2024-15076 · WordPress · Custom Field Template

Name of the Vulnerable Software and Affected Versions: Custom Field Template plugin for WordPress versions up to, and including, 2.6.1 Description: The issue allows authenticated attackers with contributor access and above to extract sensitive data, including arbitrary post metadata, via the 'cft...

4.3CVSS7.1AI score0.0029EPSS
SaveExploits0References6
Patchstack
Patchstack
added 2024/04/12 3:21 p.m.7 views

WordPress Ovic Addon Toolkit plugin <= 2.6.1 - Broken Access Control vulnerability

Broken Access Control vulnerability discovered by Nguyen Xuan Chien Patchstack Alliance in WordPress Plugin Ovic Addon Toolkit versions = 2.6.1...

4.3CVSS7AI score0.0046EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2024/04/12 11:06 a.m.5 views

OESA-2024-1379 expat security update

expat is a stream-oriented XML parser library written in C. expat excels with files too large to fit RAM, and where performance and flexibility are crucial. Security Fixes: libexpat through 2.5.0 allows recursive XML Entity Expansion if XMLDTD is undefined at compile time.CVE-2023-52426 libexpat...

7.5CVSS8.6AI score0.02006EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2024/04/11 12:00 a.m.16 views

CVE-2023-29483

eventlet before 0.35.2, as used in dnspython before 2.6.0, allows remote attackers to interfere with DNS name resolution by quickly sending an invalid packet from the expected IP address and source port, aka a "TuDoor" attack. In other words, dnspython does not have the preferred behavior in whic...

6.8AI score0.01857EPSS
SaveExploits1References10
Tenable Nessus
Tenable Nessus
added 2024/03/18 12:00 a.m.40 views

Fedora 39 : mingw-expat (2024-4e6e660fae)

The remote Fedora 39 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-4e6e660fae advisory. Update to 2.6.1, backport fix for CVE-2024-28757. Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that...

7.5CVSS6.5AI score0.02006EPSS
SaveExploits1References2
OpenVAS
OpenVAS
added 2024/03/11 12:00 a.m.15 views

Rich Filemanager Detection (HTTP)

HTTP based detection of Rich Filemanager. SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only if description scriptoid"1.3.6.1.4.1.25623.1.0.151895...

7.4AI score
SaveExploits0References1
NVD
NVD
added 2024/03/10 5:15 a.m.29 views

CVE-2024-28757

libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers created via XMLExternalEntityParserCreate...

7.5CVSS7.5AI score0.02006EPSS
SaveExploits1References10
OSV
OSV
added 2024/03/10 12:00 a.m.7 views

UBUNTU-CVE-2024-28757

libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers created via XMLExternalEntityParserCreate...

7.5CVSS6.7AI score0.02006EPSS
SaveExploits1References4
AlpineLinux
AlpineLinux
added 2024/03/10 12:00 a.m.100 views

CVE-2024-28757

libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers created via XMLExternalEntityParserCreate...

7.5CVSS7.7AI score0.02006EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2024/03/09 12:00 a.m.11 views

PT-2024-2082

Name of the Vulnerable Software and Affected Versions libexpat versions 2.6.1 and earlier libexpat through 2.6.1 Description The issue is related to the improper handling of XML external entity XXE declarations by the XML ExternalEntityParserCreate function, allowing an XML Entity Expansion attac...

9.8CVSS8.1AI score0.02636EPSS
SaveExploits1References160
OSV
OSV
added 2024/03/06 11:16 a.m.45 views

BIT-TENSORFLOW-2021-41196 Crash in `max_pool3d` when size argument is 0 or negative

TensorFlow is an open source platform for machine learning. In affected versions the Keras pooling layers can trigger a segfault if the size of the pool is 0 or if a dimension is negative. This is due to the TensorFlow's implementation of pooling operations where the values in the sliding window...

5.5CVSS5.5AI score0.00238EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:16 a.m.35 views

BIT-TENSORFLOW-2021-41198 Overflow/crash in `tf.tile` when tiling tensor is large

TensorFlow is an open source platform for machine learning. In affected versions if tf.tile is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t type and th...

5.5CVSS5.6AI score0.00238EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:16 a.m.18 views

BIT-TENSORFLOW-2021-41200 Incomplete validation in `tf.summary.create_file_writer`

TensorFlow is an open source platform for machine learning. In affected versions if tf.summary.createfilewriter is called with non-scalar arguments code crashes due to a CHECK-fail. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow...

5.5CVSS5.7AI score0.00238EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:16 a.m.52 views

BIT-TENSORFLOW-2021-41206 Incomplete validation of shapes in multiple TF ops

TensorFlow is an open source platform for machine learning. In affected versions several TensorFlow operations are missing validation for the shapes of the tensor arguments involved in the call. Depending on the API, this can result in undefined behavior and segfault or CHECK-fail related crashes...

7.8CVSS7.8AI score0.0018EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/06 11:16 a.m.45 views

BIT-TENSORFLOW-2021-41207 Division by zero in `ParallelConcat`

TensorFlow is an open source platform for machine learning. In affected versions the implementation of ParallelConcat misses some input validation and can produce a division by 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow...

5.5CVSS5.6AI score0.00141EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:16 a.m.25 views

BIT-TENSORFLOW-2021-41211 Heap OOB read in shape inference for `QuantizeV2`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS6.8AI score0.00208EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:16 a.m.36 views

BIT-TENSORFLOW-2021-41213 Deadlock in mutually recursive `tf.function` objects

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS5.5AI score0.00243EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:16 a.m.22 views

BIT-TENSORFLOW-2021-41214 Reference binding to `nullptr` in `tf.ragged.cross`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for tf.ragged.cross has an undefined behavior due to binding a reference to nullptr. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

7.8CVSS7.6AI score0.00217EPSS
SaveExploits1References3
Rows per page
Query Builder