Lucene search
+L

3822 matches found

Prion
Prion
added 2021/06/01 2:15 p.m.51 views

Out-of-bounds

A flaw was found in postgresql in versions before 13.3, before 12.7, before 11.12, before 10.17 and before 9.6.22. While modifying certain SQL array values, missing bounds checks let authenticated database users write arbitrary bytes to a wide area of server memory. The highest threat from this...

6.5CVSS8.6AI score0.0199EPSS
SaveExploits0References4Affected Software3
RedHat Linux
RedHat Linux
added 2021/06/01 11:11 a.m.19 views

kernel: userspace applications can misuse the KVM API to cause a write of 16 bytes at an offset up to 32 GB from vcpu->run

A flaw was found in the Linux kernel. The value of internal.ndata, in the KVM API, is mapped to an array index, which can be updated by a user process at anytime which could lead to an out-of-bounds write. The highest threat from this vulnerability is to data integrity and system availability...

7.1CVSS6.6AI score0.00374EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/06/01 9:46 a.m.12 views

kernel: userspace applications can misuse the KVM API to cause a write of 16 bytes at an offset up to 32 GB from vcpu->run

A flaw was found in the Linux kernel. The value of internal.ndata, in the KVM API, is mapped to an array index, which can be updated by a user process at anytime which could lead to an out-of-bounds write. The highest threat from this vulnerability is to data integrity and system availability...

7.1CVSS6.6AI score0.00374EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/06/01 4:12 a.m.14 views

golang: ReadUvarint and ReadVarint can read an unlimited number of bytes from invalid inputs

A flaw was found in the Go encoding/binary package. Certain invalid inputs to the ReadUvarint or the ReadVarint causes those functions to read an unlimited number of bytes from the ByteReader argument before returning an error. This flaw possibly leads to processing more input than expected. The...

7.5CVSS7.2AI score0.0473EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2021/06/01 12:00 a.m.24 views

PT-2021-8194 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a function in the Linux kernel's amdgpu driver, specifically the validate bksv function in the hdcp1 execution.c module. This function is vulnerable to a buffer...

10CVSS6.8AI score0.17563EPSS
SaveExploits8References968
Snyk
Snyk
added 2021/05/28 1:36 p.m.6 views

Denial of Service (DoS)

Overview @nubosoftware/node-static is a simple, compliant file streaming module for node Affected versions of this package are vulnerable to Denial of Service DoS. The package fails to catch an exception when user input includes null bytes. This allows attackers to access http://host/%00 and cras...

7.5CVSS6.8AI score0.00524EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2021/05/19 12:27 a.m.76 views

CVE-2021-32027

A flaw was found in postgresql. While modifying certain SQL array values, missing bounds checks let authenticated database users write arbitrary bytes to a wide area of server memory. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availabilit...

8.8CVSS1.9AI score0.0199EPSS
SaveExploits0References4
zdt
zdt
added 2021/05/10 12:00 a.m.101 views

Linux/x86 - setreuid(0) + execve(/bin/sh) Shellcode (29 bytes)

/ Author: Artur ajes Szymczak 2021 Function: Linux x86 shellcode, setreuid to 0 and then execute /bin/sh Size: 29 bytes Testing: $ gcc -fno-stack-protector -z execstack shellcodetester.c -o shellcode shellcodetester.c: In function ‘main’: shellcodetester.c:25:2: warning: incompatible implicit...

SaveExploits0
Veracode
Veracode
added 2021/05/06 11:19 a.m.38 views

Denial Of Service (DoS)

Rust is vulnerable to denial of service. The optimization for joining strings can cause uninitialized bytes to be exposed or lead to an application crash...

8.2CVSS2.5AI score0.02025EPSS
SaveExploits0References11Affected Software2
CNVD
CNVD
added 2021/05/06 12:00 a.m.24 views

Mozilla Rust Formatting String Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A format string error vulnerability exists in the standard library in versions of Rust prior to 1.52.0, which stems from the fact that if the length of a borrowed string is changed after checking it, it could...

8.2CVSS6.3AI score0.02025EPSS
SaveExploits0References1
RustSec
RustSec
added 2021/04/28 12:00 p.m.35 views

Archives may contain uninitialized memory

rkyv is a serialization framework that writes struct-compatible memory to be stored or transmitted. During serialization, struct padding bytes and unused enum bytes may not be initialized. These bytes may be written to disk or sent over unsecured channels...

7.5CVSS2.3AI score0.01079EPSS
SaveExploits0Affected Software1
Microsoft CVE
Microsoft CVE
added 2021/04/23 7:00 a.m.8 views

In the standard library in Rust before 1.52.0 there is an optimization for joining strings that can cause uninitialized bytes to be exposed (or the program to crash) if the borrowed string changes after its length is checked.

...

8.2CVSS7AI score0.02025EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2021/04/16 2:31 p.m.35 views

CVE-2020-36323

In the standard library in Rust before 1.52.0, there is an optimization for joining strings that can cause uninitialized bytes to be exposed or the program to crash if the borrowed string changes after its length is checked...

8.2CVSS3.2AI score0.02025EPSS
SaveExploits0References3
zdt
zdt
added 2021/04/16 12:00 a.m.35 views

Linux/x86 - execve(/bin/sh) Shellcode (17 bytes)

Linux/x86 - execve/bin/sh Shellcode 17 bytes Author: s1ege Tested on: i686 GNU/Linux Shellcode length: 17 / ; nasm -felf32 shellcode.asm && ld -melfi386 shellcode.o -o shellcode section .text global start start: push 0x0b pop eax push 0x0068732f push 0x6e69622f mov ebx, esp int 0x80 / include...

0.2AI score
SaveExploits0
zdt
zdt
added 2021/04/16 12:00 a.m.363 views

Linux/x64 - execve(/bin/sh) Shellcode (21 bytes) (2)

Linux/x64 - execve/bin/sh Shellcode 21 bytes Author: s1ege Tested on: x8664 GNU/Linux Shellcode Length: 21 / objdump disassembly 401000: 50 push %rax 401001: 48 31 d2 xor %rdx,%rdx 401004: 48 bb 2f 62 69 6e 2f movabs $0x68732f2f6e69622f,%rbx 40100b: 2f 73 68 40100e: 53 push %rbx 40100f: 54 push...

7.4AI score
SaveExploits0
OSV
OSV
added 2021/04/14 3:03 p.m.54 views

GHSA-4C7M-WXVM-R7GC Improper parsing of octal bytes in netmask

Improper input validation of octal strings in netmask npm package v1.0.6 and below allows unauthenticated remote attackers to perform indeterminate SSRF, RFI, and LFI attacks on many of the dependent packages. A remote unauthenticated attacker can bypass packages relying on netmask to filter IPs...

9.1CVSS7.1AI score0.16657EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2021/04/14 3:03 p.m.162 views

Improper parsing of octal bytes in netmask

Improper input validation of octal strings in netmask npm package v1.0.6 and below allows unauthenticated remote attackers to perform indeterminate SSRF, RFI, and LFI attacks on many of the dependent packages. A remote unauthenticated attacker can bypass packages relying on netmask to filter IPs...

9.1CVSS3.7AI score0.16657EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2021/04/14 2:15 p.m.10 views

UBUNTU-CVE-2020-36120

Buffer Overflow in the "sixelencoderencodebytes" function of Libsixel v1.8.6 allows attackers to cause a Denial of Service DoS...

7.5CVSS5.8AI score0.01241EPSS
SaveExploits1References3
OSV
OSV
added 2021/04/14 7:15 a.m.9 views

ALPINE-CVE-2020-36323

In the standard library in Rust before 1.52.0, there is an optimization for joining strings that can cause uninitialized bytes to be exposed or the program to crash if the borrowed string changes after its length is checked...

8.2CVSS6.9AI score0.02025EPSS
SaveExploits0References1
OSV
OSV
added 2021/04/14 7:15 a.m.4 views

DEBIAN-CVE-2020-36323

In the standard library in Rust before 1.52.0, there is an optimization for joining strings that can cause uninitialized bytes to be exposed or the program to crash if the borrowed string changes after its length is checked...

8.2CVSS7.6AI score0.02025EPSS
SaveExploits0References1
Rows per page
Query Builder