Lucene search
+L

5686 matches found

UbuntuCve
UbuntuCve
added 2018/10/29 12:29 p.m.40 views

CVE-2018-18701

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption vulnerability resulting from infinite recursion in the functions nextistypequal and cplusdemangletype in cp-demangle.c. Remote attackers could leverage this vulnerability t...

5.5CVSS6.8AI score0.01686EPSS
SaveExploits1References4
OSV
OSV
added 2018/10/29 12:29 p.m.10 views

UBUNTU-CVE-2018-18700

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption vulnerability resulting from infinite recursion in the functions dname, dencoding, and dlocalname in cp-demangle.c. Remote attackers could leverage this vulnerability to...

5.5CVSS6.8AI score0.01686EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2018/10/29 12:29 p.m.42 views

CVE-2018-18700

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption vulnerability resulting from infinite recursion in the functions dname, dencoding, and dlocalname in cp-demangle.c. Remote attackers could leverage this vulnerability to...

5.5CVSS6.8AI score0.01686EPSS
SaveExploits1References4
OSV
OSV
added 2018/10/29 12:29 p.m.4 views

UBUNTU-CVE-2018-18701

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption vulnerability resulting from infinite recursion in the functions nextistypequal and cplusdemangletype in cp-demangle.c. Remote attackers could leverage this vulnerability t...

5.5CVSS6.8AI score0.01686EPSS
SaveExploits1References5
CVE
CVE
added 2018/10/27 4:0 p.m.120 views

CVE-2018-18701

CVE-2018-18701 describes a stack-consumption vulnerability in GNU Binutils’ libiberty (cp-demangle.c) caused by infinite recursion in next_is_type_qual() and cplus_demangle_type(). The issue affects Binutils 2.31 and can enable a remote attacker to induce denial of service via an ELF file (demons...

5.5CVSS6AI score0.01686EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2018/10/27 4:0 p.m.35 views

CVE-2018-18701

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption vulnerability resulting from infinite recursion in the functions nextistypequal and cplusdemangletype in cp-demangle.c. Remote attackers could leverage this vulnerability t...

5.5CVSS6.6AI score0.01686EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2018/10/17 5:22 p.m.35 views

Apache Ranger policy engine incorrectly matches paths in certain conditions

Apache Ranger before 0.6.3 policy engine incorrectly matches paths in certain conditions when policy does not contain wildcards and has recursion flag set to true...

5.9CVSS5.7AI score0.02733EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2018/10/17 5:22 p.m.3 views

GHSA-XV7X-X6WR-XX7G Apache Ranger policy engine incorrectly matches paths in certain conditions

Apache Ranger before 0.6.3 policy engine incorrectly matches paths in certain conditions when policy does not contain wildcards and has recursion flag set to true...

5.9CVSS6.2AI score0.02733EPSS
SaveExploits0References5
OSV
OSV
added 2018/10/06 2:29 p.m.6 views

UBUNTU-CVE-2018-18020

In QPDF 8.2.1, in libqpdf/QPDFWriter.cc, QPDFWriter::unparseObject and QPDFWriter::unparseChild have recursive calls for a long time, which allows remote attackers to cause a denial of service via a crafted PDF file...

3.3CVSS5.8AI score0.01281EPSS
SaveExploits1References4
OSV
OSV
added 2018/10/06 2:29 p.m.4 views

DEBIAN-CVE-2018-18020

In QPDF 8.2.1, in libqpdf/QPDFWriter.cc, QPDFWriter::unparseObject and QPDFWriter::unparseChild have recursive calls for a long time, which allows remote attackers to cause a denial of service via a crafted PDF file...

3.3CVSS6.8AI score0.01281EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2018/10/06 12:0 a.m.4 views

PT-2018-3927 · Qpdf +4 · Qpdf +4

Name of the Vulnerable Software and Affected Versions: QPDF version 8.2.1 Description: The issue is related to uncontrolled recursion in the libqpdf/QPDFWriter.cc component of the QPDF utility for converting PDF documents. This allows a remote attacker to cause a denial of service using a special...

5.5CVSS3.9AI score0.01281EPSS
SaveExploits2References31
OSV
OSV
added 2018/10/04 11:29 p.m.4 views

DEBIAN-CVE-2018-17985

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption problem caused by the cplusdemangletype function making recursive calls to itself in certain scenarios involving many 'P' characters...

5.5CVSS6.3AI score0.01291EPSS
SaveExploits0References1
OSV
OSV
added 2018/09/28 12:0 a.m.8 views

UBUNTU-CVE-2018-17581

CiffDirectory::readDirectory at crwimageint.cpp in Exiv2 0.26 has excessive stack consumption due to a recursive function, leading to Denial of service...

6.5CVSS6.7AI score0.0235EPSS
SaveExploits1References4
OSV
OSV
added 2018/09/17 12:0 p.m.47 views

RUSTSEC-2018-0006 Uncontrolled recursion leads to abort in deserialization

Affected versions of this crate did not prevent deep recursion while deserializing data structures. This allows an attacker to make a YAML file with deeply nested structures that causes an abort while deserializing it. The flaw was corrected by checking the recursion depth. Note: clap 2.33 is not...

7.5CVSS7.5AI score0.01411EPSS
SaveExploits0References3
OSV
OSV
added 2018/09/17 12:0 p.m.11 views

RUSTSEC-2018-0005 Uncontrolled recursion leads to abort in deserialization

Affected versions of this crate did not properly check for recursion while deserializing aliases. This allows an attacker to make a YAML file with an alias referring to itself causing an abort. The flaw was corrected by checking the recursion depth...

7AI score
SaveExploits0References3
RustSec
RustSec
added 2018/09/17 12:0 p.m.25 views

Uncontrolled recursion leads to abort in deserialization

Affected versions of this crate did not prevent deep recursion while deserializing data structures. This allows an attacker to make a YAML file with deeply nested structures that causes an abort while deserializing it. The flaw was corrected by checking the recursion depth. Note: clap 2.33 is not...

7.5CVSS3.9AI score0.01411EPSS
SaveExploits0Affected Software1
RustSec
RustSec
added 2018/09/17 12:0 p.m.17 views

Uncontrolled recursion leads to abort in deserialization

Affected versions of this crate did not properly check for recursion while deserializing aliases. This allows an attacker to make a YAML file with an alias referring to itself causing an abort. The flaw was corrected by checking the recursion depth...

4.5AI score
SaveExploits0Affected Software1
OSV
OSV
added 2018/09/12 2:29 p.m.14 views

CVE-2017-1082

In FreeBSD 11.x before 11.1-RELEASE and 10.x before 10.4-RELEASE, the qsort algorithm has a deterministic recursion pattern. Feeding a pathological input to the algorithm can lead to excessive stack usage and potential overflow. Applications that use qsort to handle large data set may crash if th...

7.5CVSS6.8AI score0.01162EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2018/09/12 6:49 a.m.28 views

CVE-2018-16426

Endless recursion when handling responses from an IAS-ECC card in iaseccselectfile in libopensc/card-iasecc.c in OpenSC before 0.19.0-rc1 could be used by attackers able to supply crafted smartcards to hang or crash the opensc library using programs...

4.3CVSS1.4AI score0.00592EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2018/09/07 6:19 p.m.45 views

CVE-2018-16646

In Poppler 0.68.0, the Parser::getObj function in Parser.cc may cause infinite recursion via a crafted file. A remote attacker can leverage this for a DoS attack...

6.5CVSS5.2AI score0.02882EPSS
SaveExploits1References2
Rows per page
Query Builder