Lucene search
K

59 matches found

NVD
NVD
added 2021/04/11 8:15 p.m.15 views

CVE-2020-36317

In the standard library in Rust before 1.49.0, String::retain function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the sa...

7.5CVSS0.00192EPSS
Exploits1References2
Debian CVE
Debian CVE
added 2021/04/11 7:6 p.m.23 views

CVE-2020-36317

In the standard library in Rust before 1.49.0, String::retain function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the sa...

7.5CVSS7.7AI score0.00192EPSS
Exploits1
Oracle linux
Oracle linux
added 2019/11/20 12:0 a.m.50 views

glibc security update

2.28-72.0.1 - add Ampere emag to tunable cpu list Patrick McGehearty - add optimized memset for emag - add an ASIMD variant of strlen for falkor - Orabug: 2700101. - Modify glibc-ora28849085.patch so it works with RHCK kernels. - Orabug: 28849085. - Make IOfunlockfile match funlockfile and...

6.9AI score
Exploits0
CNVD
CNVD
added 2019/03/11 12:0 a.m.1 views

Multiple Point-by-Point Vulnerabilities in UltraVNC

UltraVNC is an open source remote terminal control software for the Windows platform. A security vulnerability exists in the VNC client code in UltraVNC version 1206, which stems from the program incorrectly using the 'ClientConnection::ReadString' function. An attacker could exploit the...

9.8CVSS7.4AI score0.01404EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2019/02/15 12:0 a.m.4 views

PT-2019-1631 · Pallets +3 · Jinja2 +3

Name of the Vulnerable Software and Affected Versions: Jinja2 version 2.10 Description: An issue was discovered in the from string function of Jinja2, which is prone to Server Side Template Injection SSTI. The function takes the source parameter as a template object, renders it, and then returns...

9.8CVSS7.4AI score0.93745EPSS
Exploits10References58
exploitpack
exploitpack
added 2018/06/11 12:0 a.m.12 views

Event Manager Admin panel - events_new.php SQL injection

Event Manager Admin panel - eventsnew.php SQL injection Exploit Title: Event Manager PHP Script Admin panel - 'eventsnew.php' SQL injection Date: 2018-06-10 Exploit Author: telahdihapus Vendor Homepage: https://codecanyon.net/user/ezcode Software Link:...

0.3AI score
Exploits0
OSV
OSV
added 2018/03/06 5:29 p.m.4 views

CVE-2018-1000101

Mingw-w64 version 5.0.3 and earlier, 5.0.4, 6.0.0 and 7.0.0 contains an Improper Null Termination CWE-170 vulnerability in mingw-w64-crt libc-vsnprintf that can result in The bug may be used to corrupt subsequent string functions. This attack appear to be exploitable via Depending on the usage,...

9.8CVSS9.4AI score0.00568EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2017/11/02 3:51 p.m.2 views

liblouis: Buffer overflow in the function _lou_showString()

There is a buffer overflow in Liblouis 3.2.0, triggered in the function loushowString in utils.c, that will lead to a remote denial of service attack...

6.5CVSS6.1AI score0.00229EPSS
Exploits0References4
CNVD
CNVD
added 2017/08/30 12:0 a.m.1 views

ncurses denial of service vulnerability (CNVD-2017-25655)

ncurses new curses is a library of programs that provides APIs that allow programmers to write text-based user interfaces that are independent of the terminal. A denial of service vulnerability exists in the ncsavestr function in allocentry.c in Ncurses, which can be exploited by a remote attacke...

6.5CVSS6.8AI score0.00478EPSS
Exploits1References1
OSV
OSV
added 2017/08/29 6:29 a.m.1 views

DEBIAN-CVE-2017-13743

There is a buffer overflow in Liblouis 3.2.0, triggered in the function loushowString in utils.c, that will lead to a remote denial of service attack...

6.5CVSS7.2AI score0.00229EPSS
Exploits0References1
Hacker One
Hacker One
added 2016/06/13 2:41 p.m.20 views

Ruby: Heap corruption in string.c tr_trans() due to undersized buffer

originally send by e-mail on 6 Jun 2016 Configure with ASAN AddressSanitizer: mkdir install; CFLAGS="-fsanitize=address" ./configure --disable-install-doc --disable-install-rdoc --disable-install-capi -prefix=realpath ./install && make -j4 && make install Then execute: $ ./ruby -e...

2.4AI score
Exploits0
OSV
OSV
added 2016/05/06 12:0 a.m.1 views

UBUNTU-CVE-2016-4540

The graphemestripos function in ext/intl/grapheme/graphemestring.c in PHP before 5.5.35, 5.6.x before 5.6.21, and 7.x before 7.0.6 allows remote attackers to cause a denial of service out-of-bounds read or possibly have unspecified other impact via a negative offset...

9.8CVSS7.2AI score0.01969EPSS
Exploits1References4
UbuntuCve
UbuntuCve
added 2013/10/09 12:0 a.m.33 views

CVE-2012-4424

Stack-based buffer overflow in string/strcolll.c in the GNU C Library aka glibc or libc6 2.17 and earlier allows context-dependent attackers to cause a denial of service crash or possibly execute arbitrary code via a long string that triggers a malloc failure and use of the alloca function...

5.1CVSS7.4AI score0.00608EPSS
Exploits1References3
Prion
Prion
added 2009/12/11 4:30 p.m.14 views

Heap overflow

Heap-based buffer overflow in the rbstrjustify function in string.c in Ruby 1.9.1 before 1.9.1-p376 allows context-dependent attackers to execute arbitrary code via unspecified vectors involving 1 Stringljust, 2 Stringcenter, or 3 Stringrjust. NOTE: some of these details are obtained from third...

10CVSS8.4AI score0.01853EPSS
Exploits1References6Affected Software1
RedHat Linux
RedHat Linux
added 2009/07/27 9:34 a.m.1 views

python: PyString_FromStringAndSize does not check for negative size values

Python 2.5.2 and earlier allows context-dependent attackers to execute arbitrary code via multiple vectors that cause a negative size value to be provided to the PyStringFromStringAndSize function, which allocates less memory than expected when assert is disabled and triggers a buffer overflow...

9.3CVSS6.8AI score0.02392EPSS
Exploits2References4
Packet Storm
Packet Storm
added 2008/05/27 12:0 a.m.24 views

revokebbrc11-sql.txt

!/usr/bin/python """ ================================================================================================= / | |\ \ / | / |/ | | |/ \ | | | |||| /| / / ================================================================================================= This is a public Exploit...

7.4AI score
Exploits0
securityvulns
securityvulns
added 2007/03/09 12:0 a.m.38 views

MySQL subselect DoS

NULL pointer dereference if string function is applied to select with "order by" result...

2.1CVSS1.8AI score0.00061EPSS
Exploits1References1Affected Software1
UbuntuCve
UbuntuCve
added 2006/07/27 7:4 p.m.24 views

CVE-2006-3806

Multiple integer overflows in the Javascript engine in Mozilla Firefox before 1.5.0.5, Thunderbird before 1.5.0.5, and SeaMonkey before 1.0.3 might allow remote attackers to execute arbitrary code via vectors involving 1 long strings in the toSource method of the Object, Array, and String objects...

7.5CVSS6.3AI score0.27008EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2005/12/19 5:29 p.m.1 views

security flaw

The parsestr function in PHP 4.x up to 4.4.0 and 5.x up to 5.0.5, when called with only one parameter, allows remote attackers to enable the registerglobals directive via inputs that cause a request to be terminated due to the memorylimit setting, which causes PHP to set an internal flag that...

5CVSS6.8AI score0.09558EPSS
Exploits0References4
Rows per page
Query Builder