Lucene search
+L

754 matches found

Prion
Prion
added 2016/01/13 3:59 p.m.29 views

Design/Logic Flaw

The canonpath function in the File::Spec module in PathTools before 3.62, as used in Perl, does not properly preserve the taint attribute of data, which might allow context-dependent attackers to bypass the taint protection mechanism via a crafted string...

7.5CVSS6.7AI score0.03124EPSS
SaveExploits0References13Affected Software3
CVE
CVE
added 2016/01/13 3:0 p.m.101 views

CVE-2015-8607

CVE-2015-8607 affects the Perl PathTools package, specifically the File::Spec::canonpath() function. The taint propagation bug can cause tainted input to be treated as untainted, potentially allowing unvalidated user data to reach sensitive code paths. The issue is observed in Perl environments u...

7.5CVSS6.8AI score0.03124EPSS
SaveExploits0References13Affected Software1
Debian CVE
Debian CVE
added 2016/01/13 3:0 p.m.57 views

CVE-2015-8607

The canonpath function in the File::Spec module in PathTools before 3.62, as used in Perl, does not properly preserve the taint attribute of data, which might allow context-dependent attackers to bypass the taint protection mechanism via a crafted string...

7.5CVSS7AI score0.03124EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2016/01/13 12:0 a.m.21 views

CVE-2015-8607

The canonpath function in the File::Spec module in PathTools before 3.62, as used in Perl, does not properly preserve the taint attribute of data, which might allow context-dependent attackers to bypass the taint protection mechanism via a crafted string...

7.5CVSS7.1AI score0.03124EPSS
SaveExploits0References2
Debian
Debian
added 2016/01/11 3:47 p.m.58 views

[SECURITY] [DSA 3441-1] perl security update

------------------------------------------------------------------------- Debian Security Advisory DSA-3441-1 [email protected] https://www.debian.org/security/ Salvatore Bonaccorso January 11, 2016 https://www.debian.org/security/faq -...

7.5CVSS7.1AI score0.03124EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2016/01/11 12:0 a.m.29 views

Debian Security Advisory DSA 3441-1 (perl - security update)

David Golden of MongoDB discovered that File::Spec::canonpath in Perl returned untainted strings even if passed tainted input. This defect undermines taint propagation, which is sometimes used to ensure that unvalidated user input does not reach sensitive code. The oldstable distribution wheezy i...

7.5CVSS0.3AI score0.03124EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2016/01/11 12:0 a.m.31 views

p5-PathTools -- File::Spec::canonpath loses taint

Ricardo Signes reports: Beginning in PathTools 3.47 and/or perl 5.20.0, the File::Spec::canonpath routine returned untained strings even if passed tainted input. This defect undermines the guarantee of taint propagation, which is sometimes used to ensure that unvalidated user input does not reach...

7.5CVSS7.2AI score0.03124EPSS
SaveExploits0References1
OSV
OSV
added 2016/01/11 12:0 a.m.25 views

DSA-3441-1 perl - security update

Bulletin has no description...

7.5CVSS7.1AI score0.03124EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2015/09/21 12:0 a.m.44 views

Fedora 23 : nrpe-2.15-7.fc23 (2015-15398)

Use %configure macro as it deals with config.sub/guess and various flags properly ---- nrpe-2.15-6.el7 - Fix spec file for missing /usr/share/libtool/config/config.guess nrpe-2.15-6.el6 - Fix spec file for missing /usr/share/libtool/config/config.guess nrpe-2.15-6.fc23 - Fix spec file for missing...

7.5CVSS5.3AI score0.15312EPSS
SaveExploits7References4
NVD
NVD
added 2015/07/16 11:0 a.m.21 views

CVE-2015-4746

Unspecified vulnerability in the Oracle Agile Product Lifecycle Management for Process component in Oracle Supply Chain Products Suite 6.0.0.7, 6.1.0.3, 6.1.1.5, and 6.2.0.0 allows remote authenticated users to affect confidentiality via unknown vectors related to Global Spec Management...

4CVSS5.2AI score0.01546EPSS
SaveExploits0References2
Prion
Prion
added 2015/07/16 11:0 a.m.20 views

Design/Logic Flaw

Unspecified vulnerability in the Oracle Agile Product Lifecycle Management for Process component in Oracle Supply Chain Products Suite 6.0.0.7, 6.1.0.3, 6.1.1.5, and 6.2.0.0 allows remote authenticated users to affect confidentiality via unknown vectors related to Global Spec Management...

4CVSS5.5AI score0.01546EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2015/07/16 10:0 a.m.57 views

CVE-2015-4746

The CVE-2015-4746 entry concerns Oracle Supply Chain: Oracle Agile Product Lifecycle Management for Process component versions 6.0.0.7, 6.1.0.3, 6.1.1.5, and 6.2.0.0. It describes an unspecified vulnerability that allows remote authenticated users to affect confidentiality via unknown vectors rel...

4CVSS5.3AI score0.01546EPSS
SaveExploits0References2Affected Software1
CNVD
CNVD
added 2015/07/02 12:0 a.m.6 views

Samsung Galaxy S5 Remote Code Execution Vulnerability

The Samsung Galaxy S5 is a smartphone released by the South Korean company Samsung Samsung. A remote code execution vulnerability exists in the com.absolute.android.persistence.MethodSpec class of the Samsung Galaxy S5, which stems from the program's failure to properly restrict the origin of...

7.9CVSS8.6AI score0.01202EPSS
SaveExploits0References1
OSV
OSV
added 2015/06/12 7:59 p.m.8 views

CVE-2014-8176

The dtls1clearqueues function in ssl/d1lib.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h frees data structures without considering that application data can arrive between a ChangeCipherSpec message and a Finished message, which allows remote DTLS peers to cause a deni...

8.2AI score
SaveExploits0References21
Jake Archibald's Blog
Jake Archibald's Blog
added 2015/03/24 12:0 a.m.21 views

That's so fetch!

There's been some confusion around the new fetch API recently. Let's clear things up. The first thing you'll notice about fetch is it's a massive improvement on XMLHttpRequest in terms of API design. Here's how to get some JSON using XHR: var xhr = new XMLHttpRequest; xhr.open'GET', url;...

6.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2015/02/24 1:44 p.m.15 views

OpenJDK: incorrect tracking of ChangeCipherSpec during SSL/TLS handshake (JSSE, 8057555)

It was discovered that the SSL/TLS implementation in the JSSE component in OpenJDK failed to properly check whether the ChangeCipherSpec was received during the SSL/TLS connection handshake. An MITM attacker could possibly use this flaw to force a connection to be established without encryption...

4CVSS6.7AI score0.67234EPSS
SaveExploits6References5
RedHat Linux
RedHat Linux
added 2015/02/24 1:20 p.m.6 views

OpenJDK: incorrect tracking of ChangeCipherSpec during SSL/TLS handshake (JSSE, 8057555)

It was discovered that the SSL/TLS implementation in the JSSE component in OpenJDK failed to properly check whether the ChangeCipherSpec was received during the SSL/TLS connection handshake. An MITM attacker could possibly use this flaw to force a connection to be established without encryption...

4CVSS6.7AI score0.67234EPSS
SaveExploits6References5
RedHat Linux
RedHat Linux
added 2015/02/05 7:35 p.m.5 views

OpenJDK: incorrect tracking of ChangeCipherSpec during SSL/TLS handshake (JSSE, 8057555)

It was discovered that the SSL/TLS implementation in the JSSE component in OpenJDK failed to properly check whether the ChangeCipherSpec was received during the SSL/TLS connection handshake. An MITM attacker could possibly use this flaw to force a connection to be established without encryption...

4CVSS6.7AI score0.67234EPSS
SaveExploits6References5
RedHat Linux
RedHat Linux
added 2015/02/05 7:34 p.m.6 views

OpenJDK: incorrect tracking of ChangeCipherSpec during SSL/TLS handshake (JSSE, 8057555)

It was discovered that the SSL/TLS implementation in the JSSE component in OpenJDK failed to properly check whether the ChangeCipherSpec was received during the SSL/TLS connection handshake. An MITM attacker could possibly use this flaw to force a connection to be established without encryption...

4CVSS6.7AI score0.67234EPSS
SaveExploits6References5
RedHat Linux
RedHat Linux
added 2015/02/05 7:29 p.m.4 views

OpenJDK: incorrect tracking of ChangeCipherSpec during SSL/TLS handshake (JSSE, 8057555)

It was discovered that the SSL/TLS implementation in the JSSE component in OpenJDK failed to properly check whether the ChangeCipherSpec was received during the SSL/TLS connection handshake. An MITM attacker could possibly use this flaw to force a connection to be established without encryption...

4CVSS6.7AI score0.67234EPSS
SaveExploits6References5
Rows per page
Query Builder