Lucene search
+L

585 matches found

Zero Day Initiative
Zero Day Initiative
added 2018/02/21 12:00 a.m.38 views

Microsoft Chakra String Concatenation Integer Overflow Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Microsoft Chakra. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the generation ...

7.6CVSS3.7AI score0.80799EPSS
SaveExploits4References1
Packet Storm
Packet Storm
added 2018/01/11 12:00 a.m.69 views

Microsoft Edge Chakra JIT Missing Integer Overflow Check

Microsoft Edge: Chakra: JIT: Missing Integer Overflow check in Lowerer::LowerSetConcatStrMultiItem CVE-2018-0758 The method "Lowerer::LowerSetConcatStrMultiItem" is used to generate machine code to concatenate strings. Here's a snippet of the method. void...

7.5AI score0.80799EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/01/10 12:00 a.m.13 views

Microsoft Edge Chakra JIT - Lowerer::LowerSetConcatStrMultiItem Missing Integer Overflow Check

Microsoft Edge Chakra JIT - Lowerer::LowerSetConcatStrMultiItem Missing Integer Overflow Check / The method "Lowerer::LowerSetConcatStrMultiItem" is used to generate machine code to concatenate strings. Here's a snippet of the method. void Lowerer::LowerSetConcatStrMultiItemIR::Instr instr...

0.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/12/11 12:00 a.m.66 views

Lawyer Search Script 1.1 - 'lawyer-list?city' SQL Injection

Exploit Title: Lawyer Search Script 1.1 - SQL Injection Dork: N/A Date: 08.12.2017 Vendor Homepage: https://www.phpscriptsmall.com/ Software Link: https://www.phpscriptsmall.com/product/lawyer-script/ Version: 1.1 Category: Webapps Tested on: WiN7x64/KaLiLinuXx64 CVE: N/A Exploit Author: Ihsan...

9.8CVSS8.5AI score0.0305EPSS
SaveExploits2
OSV
OSV
added 2017/05/12 8:29 p.m.9 views

UBUNTU-CVE-2017-8923

The zendstringextend function in Zend/zendstring.h in PHP through 7.1.5 does not prevent changes to string objects that result in a negative length, which allows remote attackers to cause a denial of service application crash or possibly have unspecified other impact by leveraging a script's use ...

9.8CVSS6.8AI score0.07191EPSS
SaveExploits1References5
exploitpack
exploitpack
added 2017/04/25 12:00 a.m.20 views

Apple Safari - Array concat Memory Corruption

Apple Safari - Array concat Memory Corruption !-- Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1095 There is an out-of-bounds memcpy in Array.concat that can lead to memory corruption. In builtins/ArrayPrototype.js, the function concatSlowPath calls a native method...

0.7AI score
SaveExploits0
seebug.org
seebug.org
added 2017/04/21 12:00 a.m.54 views

Safari Browser: Memory corruption in Array concat (CVE-2017-2464)

There is an out-of-bounds memcpy in Array.concat that can lead to memory corruption. In builtins/ArrayPrototype.js, the function concatSlowPath calls a native method @appendMemcpy with a parameter resultIndex that is handled unsafely by the method. It calls JSArray::appendMemcpy, which calculates...

6.8CVSS8.5AI score0.09283EPSS
SaveExploits3
Prion
Prion
added 2017/03/23 5:59 p.m.26 views

Code injection

PHPMemcachedAdmin 1.2.2 and earlier allows remote attackers to execute arbitrary PHP code via vectors related "serialized data and the last part of the concatenated filename," which creates a file in webroot...

10CVSS8.1AI score0.11763EPSS
SaveExploits1References5Affected Software1
RedhatCVE
RedhatCVE
added 2016/05/19 12:18 p.m.40 views

CVE-2016-4913

A vulnerability was found in the Linux kernel. Payloads of NM entries are not supposed to contain NUL. When such entry is processed, only the part prior to the first NUL goes into the concatenation i.e. the directory entry name being encoded by a bunch of NM entries. The process stops when the...

7.2CVSS0.8AI score0.00512EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2016/04/14 12:00 a.m.11 views

The vulnerability of Google Chrome browser allows a perpetrator to trigger a service failure or cause other effects.

The vulnerability of the Array.prototype.concat implementation in the Google Chrome browser engine’s V8 runtime arises due to buffer overflow. Exploiting this vulnerability can allow an attacker to cause a service failure, or possibly have other effects such as reading beyond the memory limit, by...

9.3CVSS8.2AI score0.4811EPSS
SaveExploits1References5Affected Software1
Debian
Debian
added 2016/01/23 10:33 p.m.25 views

[SECURITY] [DLA 399-1] foomatic-filters security update

Package : foomatic-filters Version : 4.0.5-6+squeeze2+deb6u13 CVE ID : not yet assigned cups-filters contains multiple buffer overflows caused by lack of size checks when copying from environment variables to local buffers strcpy as well on string concatenation operations strcat...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2015/12/16 12:00 a.m.31 views

Amazon Linux: Security Advisory (ALAS-2015-630)

The remote host is missing an update for the SPDX-FileCopyrightText: 2015 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 ifdescription...

9.3CVSS9.2AI score0.06664EPSS
SaveExploits0References2
Mageia
Mageia
added 2015/11/26 8:47 p.m.28 views

Updated python-pygments packages fix security vulnerability

An unsafe use of string concatenation in a shell string occurs in FontManager. If the developer allows the attacker to choose the font and outputs an image, the attacker can execute any shell command on the remote system. The name variable injected comes from the constructor of FontManager, which...

5.2AI score
SaveExploits0References2
OSV
OSV
added 2015/11/26 8:47 p.m.7 views

MGASA-2015-0456 Updated python-pygments packages fix security vulnerability

An unsafe use of string concatenation in a shell string occurs in FontManager. If the developer allows the attacker to choose the font and outputs an image, the attacker can execute any shell command on the remote system. The name variable injected comes from the constructor of FontManager, which...

7.3AI score
SaveExploits0References3
Packet Storm
Packet Storm
added 2015/11/02 12:00 a.m.29 views

Python 2.7 array.fromstring Use After Free

Title: Python 2.7 array.fromstring Use After Free Credit: John Leitch [email protected] Url1: http://autosectools.com/Page/Python-array-fromstring-Use-After-Free Url2: http://bugs.python.org/issue24613 Resolution: Fixed The Python 2.7 array.fromstring method suffers from a use after free caus...

7.4AI score
SaveExploits0
Kitploit
Kitploit
added 2015/04/20 3:30 p.m.23 views

Net-creds - Sniff passwords and hashes from an interface or pcap file

Thoroughly sniff passwords and hashes from an interface or pcap file. Concatenates fragmented packets and does not rely on ports for service identification. Sniffs URLs visited POST loads sent HTTP form logins/passwords HTTP basic auth logins/passwords HTTP searches FTP logins/passwords IRC...

7.3AI score
SaveExploits0References1
n0where
n0where
added 2015/03/25 5:04 p.m.27 views

Sniff Sensitive Data From Interface or pcap: net-creds

Thoroughly sniff passwords and hashes from an interface or pcap file. Concatenates fragmented packets and does not rely on ports for service identification. Sniffs URLs visited POST loads sent HTTP form logins/passwords HTTP basic auth logins/passwords HTTP searches FTP logins/passwords IRC...

0.6AI score
SaveExploits0References1
OwnCloud
OwnCloud
added 2014/11/25 6:36 p.m.32 views

Local Path Disclosure when using Asset Pipeline - ownCloud

ownCloud 7 introduced the so-called "Asset Pipeline". It is disabled by default, but can be enabled by setting asset-pipeline.enabled to true in config.php When the setting is enabled ownCloud concatenates all CSS and JS files into a single large blob file. Thus the amount of initial required...

5CVSS5.9AI score0.01186EPSS
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2014/10/14 7:22 a.m.10 views

v8: information leak fixed in Google Chrome 38.0.2125.101

Google V8, as used in Google Chrome before 38.0.2125.101, does not properly track JavaScript heap-memory allocations as allocations of uninitialized memory and does not properly concatenate arrays of double-precision floating-point numbers, which allows remote attackers to obtain sensitive...

5CVSS7.4AI score0.01218EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2014/10/08 10:00 a.m.64 views

CVE-2014-3195

Removed by vendor...

5CVSS9.3AI score0.01218EPSS
SaveExploits0
Rows per page
Query Builder