Lucene search
+L

5229 matches found

CNVD
CNVD
added 2020/05/06 12:0 a.m.5 views

Hyperledger Iroha has a flawed logic vulnerability

Hyperledger Iroha is a distributed system for asset creation and management based on blockchain technology. A security vulnerability exists in Hyperledger Iroha versions 1.0beta and 1.0.0beta-1. An attacker can exploit the vulnerability by sending a specially crafted request to bypass signature...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2020/05/04 12:0 a.m.33 views

openSUSE Security Update : xen (openSUSE-2020-599)

This update for xen fixes the following issues : Security issues fixed : - CVE-2020-11742: Bad continuation handling in GNTTABOPcopy bsc1169392. - CVE-2020-11740, CVE-2020-11741: xen: XSA-313 multiple xenoprof issues bsc1168140. - CVE-2020-11739: Missing memory barriers in read-write unlock paths...

8.8CVSS6.7AI score0.00527EPSS
SaveExploits1References17
CNVD
CNVD
added 2020/04/30 12:0 a.m.6 views

Subrion CMS Code Issue Vulnerability

Subrion CMS is a PHP-based content management system CMS from the Subrion team. The system can be integrated into a website and supports a variety of extensions plugins and more. A security vulnerability exists in the admin/blocks.php file in Subrion CMS 4.2.1 and earlier versions. An attacker ca...

6.5CVSS6.9AI score0.00864EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2020/04/30 12:0 a.m.35 views

SUSE SLES12 Security Update : xen (SUSE-SU-2020:1138-1)

This update for xen fixes the following issues : Security issues fixed : CVE-2020-11742: Bad continuation handling in GNTTABOPcopy bsc1169392. CVE-2020-11740, CVE-2020-11741: xen: XSA-313 multiple xenoprof issues bsc1168140. CVE-2020-11739: Missing memory barriers in read-write unlock paths...

8.8CVSS6.8AI score0.0431EPSS
SaveExploits1References22
WPVulnDB
WPVulnDB
added 2020/04/22 12:0 a.m.18 views

Catch Breadcrumb < 1.5.7 - Unauthenticated Reflected XSS

=== DESCRIPTION - REFLECTED XSS ======================================== Catch Breadcrumb 1.5.4 plugin for WordPress allow Reflected XSS via a search query when used with one of the theme from the same author: Alchemist & Alchemist PRO, Izabel & Izabel PRO, Chique & Chique PRO, Clean Enterprise &...

4.3CVSS6.1AI score0.03611EPSS
SaveExploits2References2Affected Software1
Imperva Blog
Imperva Blog
added 2020/04/21 8:31 a.m.42 views

Bad Bot Report 2020: Bad Bots Strike Back

The 7th Annual Bad Bot Report is now available from Imperva. Prepared by data from Imperva’s Threat Research Lab, it provides a comprehensive look at the bad bot landscape and the impact of this malicious traffic across multiple industries. Bad bot traffic rose to 24.1%, it’s highest proportion...

2.6AI score
SaveExploits0
zdt
zdt
added 2020/04/18 12:0 a.m.32 views

Code Blocks 16.01 - Buffer Overflow (SEH) UNICODE Exploit

Exploit Title: Code Blocks 16.01 - Buffer Overflow SEH UNICODE Exploit Author: T3jv1l Software Link: https://sourceforge.net/projects/codeblocks/files/Binaries/16.01/Windows/codeblocks-16.01-setup.exe Software version: 16.01 buffer="A"536 buffer buffer+="\x61\x41" POPAD + Aligned buffer+="\xF2\x4...

0.2AI score
SaveExploits0
Packet Storm
Packet Storm
added 2020/04/17 12:0 a.m.107 views

Code Blocks 16.01 Buffer Overflow

Exploit Title: Code Blocks 16.01 - Buffer Overflow SEH UNICODE Date: 2020-04-17 Exploit Author: T3jv1l Software Link: https://sourceforge.net/projects/codeblocks/files/Binaries/16.01/Windows/codeblocks-16.01-setup.exe Software version: 16.01 buffer="A"536 buffer buffer+="\x61\x41" POPAD + Aligned...

0.6AI score
SaveExploits0
Exploit DB
Exploit DB
added 2020/04/17 12:0 a.m.112 views

Code Blocks 16.01 - Buffer Overflow (SEH) UNICODE

Exploit Title: Code Blocks 16.01 - Buffer Overflow SEH UNICODE Date: 2020-04-17 Exploit Author: T3jv1l Software Link: https://sourceforge.net/projects/codeblocks/files/Binaries/16.01/Windows/codeblocks-16.01-setup.exe Software version: 16.01 buffer="A"536 buffer buffer+="\x61\x41" POPAD + Aligned...

5.3AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/04/14 1:4 p.m.10 views

HTTP/2: large amount of data requests leads to denial of service

A flaw was found in HTTP/2. An attacker can request a large amount of data by manipulating window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this queue can consume excess CPU, memory, or both, leading to a...

7.8CVSS7.2AI score0.59547EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2020/04/14 7:0 a.m.232 views

Microsoft Defender Elevation of Privilege Vulnerability

An elevation of privilege vulnerability exists when the MpSigStub.exe for Defender allows file deletion in arbitrary locations. To exploit the vulnerability, an attacker would first have to log on to the system. An attacker could then run a specially crafted command that could exploit the...

7.1CVSS4.2AI score0.00711EPSS
SaveExploits0
OSV
OSV
added 2020/04/11 12:0 p.m.62 views

RUSTSEC-2020-0009 `read_scalar` and `read_scalar_at` allow transmuting values without `unsafe` blocks

The readscalar and readscalarat functions are unsound because they allow transmuting values without unsafe blocks. The following example shows how to create a dangling reference: fn main deriveCopy, Clone, PartialEq, Debug struct S&'static str; impl flatbuffers::EndianScalar for S fn...

7.5CVSS7.4AI score0.00583EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/04/11 12:0 p.m.39 views

`read_scalar` and `read_scalar_at` allow transmuting values without `unsafe` blocks

The readscalar and readscalarat functions are unsound because they allow transmuting values without unsafe blocks. The following example shows how to create a dangling reference: fn main deriveCopy, Clone, PartialEq, Debug struct S&'static str; impl flatbuffers::EndianScalar for S fn...

7.5CVSS4.1AI score0.00583EPSS
SaveExploits1Affected Software1
Microsoft KB
Microsoft KB
added 2020/04/09 12:0 a.m.13 views

Compatibility update is available for Windows 8 and Windows Server 2012

Compatibility update is available for Windows 8 and Windows Server 2012 Summary A compatibility update is a software update that improves the compatibility experience in Windows 8 and in Windows Server 2012. Microsoft regularly releases Windows compatibility updates to improve the overall user...

6.5AI score
SaveExploits0
OSV
OSV
added 2020/04/08 7:15 p.m.5 views

CVE-2020-10814

A buffer overflow vulnerability in Code::Blocks 17.12 allows an attacker to execute arbitrary code via a crafted project file...

5.5CVSS6.6AI score0.01989EPSS
SaveExploits1References3
NVD
NVD
added 2020/04/08 7:15 p.m.20 views

CVE-2020-10814

A buffer overflow vulnerability in Code::Blocks 17.12 allows an attacker to execute arbitrary code via a crafted project file...

5.5CVSS6.1AI score0.01989EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2020/04/08 7:15 p.m.35 views

CVE-2020-10814

A buffer overflow vulnerability in Code::Blocks 17.12 allows an attacker to execute arbitrary code via a crafted project file...

5.5CVSS6.5AI score0.01989EPSS
SaveExploits1References4
OSV
OSV
added 2020/04/08 7:15 p.m.5 views

UBUNTU-CVE-2020-10814

A buffer overflow vulnerability in Code::Blocks 17.12 allows an attacker to execute arbitrary code via a crafted project file...

5.5CVSS6.4AI score0.01989EPSS
SaveExploits1References5
Prion
Prion
added 2020/04/08 7:15 p.m.15 views

Buffer overflow

A buffer overflow vulnerability in Code::Blocks 17.12 allows an attacker to execute arbitrary code via a crafted project file...

4.3CVSS6.1AI score0.01989EPSS
SaveExploits1References3
CVE
CVE
added 2020/04/08 6:14 p.m.51 views

CVE-2020-10814

CVE-2020-10814 relates to a buffer overflow in Code::Blocks 17.12 that can be triggered by a crafted project file , allowing an attacker to execute arbitrary code. The provided documents confirm the affected product/version and the underlying issue (buffer overflow) but do not include explicit re...

5.5CVSS6.2AI score0.01989EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder