Lucene search
+L

141 matches found

Openbugbounty
Openbugbounty
added 2022/04/19 1:20 p.m.14 views

growgreenmanhattan.com Cross Site Scripting vulnerability OBB-2527793

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/08/25 8:43 p.m.24 views

Memory corruption in smallvec

Attempting to call grow on a spilled SmallVec with a value less than the current capacity causes corruption of memory allocator data structures. An attacker that controls the value passed to grow may exploit this flaw to obtain memory contents or gain remote code execution...

9.8CVSS9.5AI score0.02144EPSS
SaveExploits0References4Affected Software1
Virtuozzo
Virtuozzo
added 2020/11/09 12:0 a.m.41 views

Kernel update: Virtuozzo ReadyKernel patch 118.1 for Virtuozzo Hybrid Server 7.0, Virtuozzo Infrastructure Platform 3.0, and Virtuozzo Hybrid Infrastructure 3.5, 4.0

The cumulative Virtuozzo ReadyKernel patch was updated with stability fixes. The patch applies to all supported kernels of Virtuozzo Hybrid Server 7.0, Virtuozzo Infrastructure Platform, and Virtuozzo Hybrid Infrastructure. Vulnerability id: PSBM-121135 3.10.0-1127.8.2.vz7.151.14 to...

0.8AI score
SaveExploits0References7
Openbugbounty
Openbugbounty
added 2020/09/21 5:25 p.m.10 views

grow-pro.jp Cross Site Scripting vulnerability OBB-1353980

Following coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: &nbsp&nbsp&nbsp&nbsp&nbsp&nbspa. verified the vulnerability and confirmed its existence; &nbsp&nbsp&nbsp&nbsp&nbsp&nbspb. notified the website operator about its existence...

6.2AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2020/09/15 8:27 a.m.12 views

grow-test.de Cross Site Scripting vulnerability OBB-1338157

Following coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: &nbsp&nbsp&nbsp&nbsp&nbsp&nbspa. verified the vulnerability and confirmed its existence; &nbsp&nbsp&nbsp&nbsp&nbsp&nbspb. notified the website operator about its existence...

6.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2020/06/02 12:0 a.m.5 views

PT-2020-6915 · Flac +7 · Flac +7

Name of the Vulnerable Software and Affected Versions: flac versions prior to 1.4.0 Description: The issue is related to a buffer overflow in the bitwriter grow function of the FLAC audio codec, which can allow an attacker to execute arbitrary code. This can be achieved by providing crafted input...

7.8CVSS9.2AI score0.00846EPSS
SaveExploits1References55
vulnersOsv
vulnersOsv
added 2020/03/10 5:26 p.m.5 views

@fanatic/oracle (>=1.0.0 <=1.3.0), @ghg/amplifier (>=0.0.2 <=0.5.7) +8 more potentially affected by CVE-2020-7609 via node-rules (>=3.2.0 <=4.0.2)

node-rules NPM version =3.2.0, =1.0.0, =0.0.2, =0.0.2, =0.0.13, =0.0.1, =0.0.1, =0.2.7, =0.2.2, =0.2.3 Source cves: CVE-2020-7609 Source advisory: SNYK:JS-NODERULES-560426...

9.8CVSS7.2AI score0.01596EPSS
SaveExploits1
RustSec
RustSec
added 2019/11/16 12:0 p.m.25 views

Integer Overflow in HeaderMap::reserve() can cause Denial of Service

HeaderMap::reserve used usize::nextpoweroftwo to calculate the increased capacity. However, nextpoweroftwo silently overflows to 0 if given a sufficiently large number in release mode. If the map was not empty when the overflow happens, the library will invoke self.grow0 and start infinite probin...

2.1AI score
SaveExploits0Affected Software1
OSV
OSV
added 2019/08/26 3:15 p.m.3 views

DEBIAN-CVE-2019-15551

An issue was discovered in the smallvec crate before 0.6.10 for Rust. There is a double free for certain grow attempts with the current capacity...

9.8CVSS7.3AI score0.01862EPSS
SaveExploits0References1
OSV
OSV
added 2019/08/26 3:15 p.m.16 views

CVE-2019-15551

An issue was discovered in the smallvec crate before 0.6.10 for Rust. There is a double free for certain grow attempts with the current capacity...

9.8CVSS7.1AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2019/08/26 3:15 p.m.24 views

CVE-2019-15554

An issue was discovered in the smallvec crate before 0.6.10 for Rust. There is memory corruption for certain grow attempts with less than the current capacity...

9.8CVSS7.2AI score0.02144EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2019/08/26 2:39 p.m.67 views

CVE-2019-15551

An issue was discovered in the smallvec crate before 0.6.10 for Rust. There is a double free for certain grow attempts with the current capacity...

9.8CVSS9.5AI score0.01862EPSS
SaveExploits0
OSV
OSV
added 2019/07/19 12:0 p.m.35 views

RUSTSEC-2019-0012 Memory corruption in SmallVec::grow()

Attempting to call grow on a spilled SmallVec with a value less than the current capacity causes corruption of memory allocator data structures. An attacker that controls the value passed to grow may exploit this flaw to obtain memory contents or gain remote code execution. Credits to @ehuss for...

9.8CVSS8.8AI score0.02144EPSS
SaveExploits0References3
RustSec
RustSec
added 2019/07/19 12:0 p.m.26 views

Memory corruption in SmallVec::grow()

Attempting to call grow on a spilled SmallVec with a value less than the current capacity causes corruption of memory allocator data structures. An attacker that controls the value passed to grow may exploit this flaw to obtain memory contents or gain remote code execution. Credits to @ehuss for...

9.8CVSS8.8AI score0.02144EPSS
SaveExploits0Affected Software1
RustSec
RustSec
added 2019/06/06 12:0 p.m.20 views

Double-free and use-after-free in SmallVec::grow()

Attempting to call grow on a spilled SmallVec with a value equal to the current capacity causes it to free the existing data. This performs a double free immediately and may lead to use-after-free on subsequent accesses to the SmallVec contents. An attacker that controls the value passed to grow...

9.8CVSS8.7AI score0.01862EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2019/06/06 12:0 p.m.39 views

RUSTSEC-2019-0009 Double-free and use-after-free in SmallVec::grow()

Attempting to call grow on a spilled SmallVec with a value equal to the current capacity causes it to free the existing data. This performs a double free immediately and may lead to use-after-free on subsequent accesses to the SmallVec contents. An attacker that controls the value passed to grow...

9.8CVSS8.7AI score0.01862EPSS
SaveExploits0References3
zdt
zdt
added 2019/06/05 12:0 a.m.101 views

Google Chrome 73.0.3683.103 - WasmMemoryObject::Grow Use-After-Free Exploit

Google Chrome 73.0.3683.103 - WasmMemoryObject::Grow Use-After-Free Exploit memoryobject, uint32t pages ... Handle newbuffer; if oldbuffer-isshared // Adjust protections for the buffer. if !AdjustBufferPermissionsisolate, oldbuffer, newsize return -1; void backingstore = oldbuffer-backingstore; i...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2019/06/05 12:0 a.m.16 views

Google Chrome 73.0.3683.103 - WasmMemoryObject::Grow Use-After-Free

Google Chrome 73.0.3683.103 - WasmMemoryObject::Grow Use-After-Free memoryobject, uint32t pages ... Handle newbuffer; if oldbuffer-isshared // Adjust protections for the buffer. if !AdjustBufferPermissionsisolate, oldbuffer, newsize return -1; void backingstore = oldbuffer-backingstore; if...

0.3AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2018/11/07 8:40 p.m.8 views

grow-waedenswil.ch XSS vulnerability

Open Bug Bounty ID: OBB-695869 Description| Value ---|--- Affected Website:| grow-waedenswil.ch Open Bug Bounty Program:| Create your bounty program now. It's open and free. Vulnerable Application:| hidden until disclosure Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| hidd...

SaveExploits0
OSV
OSV
added 2017/08/10 3:29 p.m.4 views

DEBIAN-CVE-2014-0143

Multiple integer overflows in the block drivers in QEMU, possibly before 2.0.0, allow local users to cause a denial of service crash via a crafted catalog size in 1 the parallelsopen function in block/parallels.c or 2 bochsopen function in bochs.c, a large L1 table in the 3 qcow2snapshotloadtmp i...

7CVSS6.8AI score0.00402EPSS
SaveExploits0References1
Rows per page
Query Builder