Lucene search
+L

123 matches found

F5 Networks
F5 Networks
added 2023/02/21 7:53 p.m.45 views

K15920: Apache vulnerability CVE-2011-0419

Security Advisory Description Stack consumption vulnerability in the fnmatch implementation in aprfnmatch.c in the Apache Portable Runtime APR library before 1.4.3 and the Apache HTTP Server before 2.2.18, and in fnmatch.c in libc in NetBSD 5.1, OpenBSD 4.8, FreeBSD, Apple Mac OS X 10.6, Oracle...

4.3CVSS7.8AI score0.30406EPSS
SaveExploits5Affected Software11
F5 Networks
F5 Networks
added 2023/02/21 7:39 p.m.49 views

K29241247: GNU C Library (glibc) vulnerability CVE-2015-8984

Security Advisory Description The fnmatch function in the GNU C Library aka glibc or libc6 before 2.22 might allow context-dependent attackers to cause a denial of service application crash via a malformed pattern, which triggers an out-of-bounds read. CVE-2015-8984 Impact An attacker with...

5.9CVSS6.7AI score0.02429EPSS
SaveExploits0Affected Software24
F5 Networks
F5 Networks
added 2023/02/21 7:27 p.m.41 views

K15885: GNU C Library vulnerability CVE-2011-1071

Security Advisory Description The GNU C Library aka glibc or libc6 before 2.12.2 and Embedded GLIBC EGLIBC allow context-dependent attackers to execute arbitrary code or cause a denial of service memory consumption via a long UTF8 string that is used in an fnmatch call, aka a "stack extension...

5.1CVSS5.8AI score0.14323EPSS
SaveExploits2Affected Software11
SUSE CVE
SUSE CVE
added 2023/02/15 6:10 a.m.3 views

SUSE CVE-2007-4782

PHP before 5.2.3 allows context-dependent attackers to cause a denial of service application crash via 1 a long string in the pattern parameter to the glob function; or 2 a long string in the string parameter to the fnmatch function, accompanied by a pattern parameter value with undefined...

5CVSS7.6AI score0.04696EPSS
SaveExploits1References7
SUSE CVE
SUSE CVE
added 2023/02/15 5:59 a.m.4 views

SUSE CVE-2010-1917

Stack consumption vulnerability in PHP 5.2 through 5.2.13 and 5.3 through 5.3.2 allows context-dependent attackers to cause a denial of service PHP crash via a crafted first argument to the fnmatch function, as demonstrated using a long string...

5CVSS6.6AI score0.03012EPSS
SaveExploits1References6
SUSE CVE
SUSE CVE
added 2023/02/15 5:54 a.m.5 views

SUSE CVE-2011-0419

Stack consumption vulnerability in the fnmatch implementation in aprfnmatch.c in the Apache Portable Runtime APR library before 1.4.3 and the Apache HTTP Server before 2.2.18, and in fnmatch.c in libc in NetBSD 5.1, OpenBSD 4.8, FreeBSD, Apple Mac OS X 10.6, Oracle Solaris 10, and Android, allows...

4.3CVSS6.5AI score0.30406EPSS
SaveExploits5References4
SUSE CVE
SUSE CVE
added 2023/02/15 5:54 a.m.10 views

SUSE CVE-2011-1071

The GNU C Library aka glibc or libc6 before 2.12.2 and Embedded GLIBC EGLIBC allow context-dependent attackers to execute arbitrary code or cause a denial of service memory consumption via a long UTF8 string that is used in an fnmatch call, aka a "stack extension attack," a related issue to...

5.1CVSS5.8AI score0.14323EPSS
SaveExploits2References4
SUSE CVE
SUSE CVE
added 2023/02/15 5:53 a.m.5 views

SUSE CVE-2011-1659

Integer overflow in posix/fnmatch.c in the GNU C Library aka glibc or libc6 2.13 and earlier allows context-dependent attackers to cause a denial of service application crash via a long UTF8 string that is used in an fnmatch call with a crafted pattern argument, a different vulnerability than...

5CVSS4.8AI score0.02856EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:53 a.m.5 views

SUSE CVE-2011-1928

The fnmatch implementation in aprfnmatch.c in the Apache Portable Runtime APR library 1.4.3 and 1.4.4, and the Apache HTTP Server 2.2.18, allows remote attackers to cause a denial of service infinite loop via a URI that does not match unspecified types of wildcard patterns, as demonstrated by...

4.3CVSS6.9AI score0.10322EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:10 a.m.6 views

SUSE CVE-2015-8984

The fnmatch function in the GNU C Library aka glibc or libc6 before 2.22 might allow context-dependent attackers to cause a denial of service application crash via a malformed pattern, which triggers an out-of-bounds read...

5.9CVSS8.6AI score0.02429EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2022/02/21 9:4 a.m.4 views

ruby: NUL injection vulnerability of File.fnmatch and File.fnmatch?

A flaw was discovered in Ruby in the way certain functions handled strings containing NULL bytes. Specifically, the built-in methods File.fnmatch and its alias File.fnmatch? did not properly handle path patterns containing the NULL byte. A remote attacker could exploit this flaw to make a Ruby...

6.5CVSS7.4AI score0.03317EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/02/21 8:55 a.m.4 views

ruby: NUL injection vulnerability of File.fnmatch and File.fnmatch?

A flaw was discovered in Ruby in the way certain functions handled strings containing NULL bytes. Specifically, the built-in methods File.fnmatch and its alias File.fnmatch? did not properly handle path patterns containing the NULL byte. A remote attacker could exploit this flaw to make a Ruby...

6.5CVSS7.4AI score0.03317EPSS
SaveExploits0References5
Veracode
Veracode
added 2020/04/10 12:55 a.m.37 views

Arbitrary Code Execution

glibc is vulnerable to arbitrary code execution. It was discovered that the glibc fnmatch function did not properly restrict the use of alloca. If the function was called on sufficiently large inputs, it could cause an application using fnmatch to crash or, possibly, execute arbitrary code with t...

5.1CVSS3.5AI score0.14323EPSS
SaveExploits2References28Affected Software1
Veracode
Veracode
added 2020/04/10 12:53 a.m.30 views

Denial Of Service (DoS)

php is vulnerable to denial of service DoS. The vulnerability exists as it was discovered that the PHP fnmatch function did not restrict the length of the pattern argument. A remote attacker could use this flaw to crash the PHP interpreter where a script used fnmatch on untrusted matching pattern...

5CVSS1.9AI score0.03012EPSS
SaveExploits1References12Affected Software1
Veracode
Veracode
added 2020/04/10 12:22 a.m.26 views

Denial Of Service (DoS)

php is vulnerable to denial of service DoS. The vulnerability exists as it was discovered that the PHP fnmatch function did not restrict the length of the string argument. An attacker could use this flaw to crash the PHP interpreter where a script used fnmatch on untrusted input data...

5CVSS1.9AI score0.04696EPSS
SaveExploits1References26Affected Software14
OSV
OSV
added 2019/11/26 5:15 p.m.4 views

ALPINE-CVE-2019-15845

Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 mishandles path checking within File.fnmatch functions...

6.5CVSS7AI score0.03317EPSS
SaveExploits0References1
Debian
Debian
added 2019/11/25 9:24 p.m.81 views

[SECURITY] [DLA 2007-1] ruby2.1 security update

Package : ruby2.1 Version : 2.1.5-2+deb8u8 CVE ID : CVE-2019-15845 CVE-2019-16201 CVE-2019-16254 CVE-2019-16255 Several flaws have been found in ruby2.1, an interpreter of an object-oriented scripting language. CVE-2019-15845 Path matching might pass in File.fnmatch and File.fnmatch? due to a NUL...

8.1CVSS8AI score0.0576EPSS
SaveExploits1
CVE
CVE
added 2019/08/18 3:44 p.m.51 views

CVE-2019-15137

The CVE-2019-15137 vulnerability affects the Access Control plugin in eProsima Fast RTPS (through version 1.9.0). The root cause is that fnmatch pattern matching is applied to topic name strings instead of the permission expressions themselves, enabling unintended connections between participants...

7.5CVSS7.4AI score0.0131EPSS
SaveExploits0References2Affected Software1
Hacker One
Hacker One
added 2018/11/25 8:51 p.m.17 views

Ruby: Null character at fnmatch

I confirmed that it will behave unintentionally when null characters are entered in patterns with fnmatch, fnmatch? . log $ ruby -v ruby 2.5.3p105 2018-10-18 revision 65156 x8664-darwin16 $ irb irbmain:001:0 require 'pathname' = true should not be true irbmain:002:0 File.fnmatch"x\0yz", 'x' = tru...

1.4AI score
SaveExploits0
Ubuntu
Ubuntu
added 2017/03/21 11:34 p.m.89 views

USN-3239-2: GNU C Library Regression

USN-3239-1 fixed vulnerabilities in the GNU C Library. Unfortunately, the fix for CVE-2015-5180 introduced an internal ABI change within the resolver library. This update reverts the change. We apologize for the inconvenience. Please note that long-running services that were restarted to compensa...

7.8AI score
SaveExploits0References1
Rows per page
Query Builder