Lucene search
+L

1318 matches found

Code423n4
Code423n4
added 2021/07/07 12:0 a.m.11 views

Exposure.sortVaultsByDelta can underflow

Handle cmichel Vulnerability details Vulnerability Details The sortVaultsByDelta function performs an unsafe subtraction on two uint256 before casting them to int256. The subtraction can underflow and the cast to int256 can either fail and revert the transaction if greater than typeint256.max, or...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/07/07 12:0 a.m.9 views

Buoy3Pool.safetyCheck can underflow

Handle cmichel Vulnerability details Vulnerability Details The safetyCheck function performs an unsafe subtraction on two uint256 before casting them to int256. The subtraction can underflow and the cast to int256 can either fail and revert the transaction if greater than typeint256.max, or, fit...

7.1AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2021/06/07 12:0 p.m.38 views

CVE-2021-3578

A flaw was found in mbsync before v1.3.6 and v1.4.2, where an unchecked pointer cast allows a malicious or compromised server to write an arbitrary integer value past the end of a heap-allocated structure by issuing an unexpected APPENDUID response. This could be plausibly exploited for remote co...

7.8CVSS7.2AI score0.01037EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2021/06/07 12:0 a.m.4 views

PT-2021-21062 · Mbsync +2 · Mbsync +2

Name of the Vulnerable Software and Affected Versions: mbsync versions prior to 1.3.6 mbsync versions prior to 1.4.2 Description: A flaw was found in mbsync where an unchecked pointer cast allows a malicious or compromised server to write an arbitrary integer value past the end of a heap-allocate...

9.8CVSS7.7AI score0.03662EPSS
SaveExploits1References38
RedHat Linux
RedHat Linux
added 2021/06/02 4:50 p.m.3 views

glib: integer overflow in g_bytes_new function on 64-bit platforms due to an implicit cast from 64 bits to 32 bits

An integer wraparound was discovered in glib due to passing a 64 bit sized value to function gmemdup which accepts a 32 bits number as argument. An attacker may abuse this flaw when an application linked against the glib library uses gbytesnew function or possibly other functions that use gmemdup...

7.5CVSS7.2AI score0.02993EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/06/02 3:2 p.m.5 views

glib: integer overflow in g_bytes_new function on 64-bit platforms due to an implicit cast from 64 bits to 32 bits

An integer wraparound was discovered in glib due to passing a 64 bit sized value to function gmemdup which accepts a 32 bits number as argument. An attacker may abuse this flaw when an application linked against the glib library uses gbytesnew function or possibly other functions that use gmemdup...

7.5CVSS7.2AI score0.02993EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/06/01 12:16 p.m.7 views

glib: integer overflow in g_bytes_new function on 64-bit platforms due to an implicit cast from 64 bits to 32 bits

An integer wraparound was discovered in glib due to passing a 64 bit sized value to function gmemdup which accepts a 32 bits number as argument. An attacker may abuse this flaw when an application linked against the glib library uses gbytesnew function or possibly other functions that use gmemdup...

7.5CVSS7.2AI score0.02993EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/05/31 10:26 a.m.6 views

glib: integer overflow in g_bytes_new function on 64-bit platforms due to an implicit cast from 64 bits to 32 bits

An integer wraparound was discovered in glib due to passing a 64 bit sized value to function gmemdup which accepts a 32 bits number as argument. An attacker may abuse this flaw when an application linked against the glib library uses gbytesnew function or possibly other functions that use gmemdup...

7.5CVSS7.2AI score0.02993EPSS
SaveExploits1References4
IBM Security Bulletins
IBM Security Bulletins
added 2021/05/19 1:48 p.m.32 views

Security Bulletin: Vulnerabilities in IBM Java SDK affect IBM WebSphere Cast Iron Solution & App Connect Professional

Summary Vulnerabilities in IBM® SDK Java™ Technology Edition, used by IBM WebSphere Cast Iron Solution & App Connect Professional. These issues were disclosed as part of the IBM Java SDK updates in October 2020.IBM WebSphere Cast Iron Solution & App Connect Professional have addressed the...

4.3CVSS0.5AI score0.02272EPSS
SaveExploits0Affected Software2
OSV
OSV
added 2021/04/07 11:2 a.m.3 views

OESA-2021-1107 glib2 security update

GLib is a bundle of three formerly five low-level system libraries written in C and developed mainly by GNOME. GLib's code was separated from GTK, so it can be used by software other than GNOME and has been developed in parallel ever since. Security Fixes: An issue was discovered in GNOME GLib...

7.5CVSS7.6AI score0.0408EPSS
SaveExploits1References3
IBM Security Bulletins
IBM Security Bulletins
added 2021/03/19 12:12 p.m.21 views

Security Bulletin: Vulnerabilities in IBM Java SDK affect IBM WebSphere Cast Iron Solution & App Connect Professional

Summary Vulnerabilities in IBM® SDK Java™ Technology Edition, which are used by IBM WebSphere Cast Iron Solution & App Connect Professional . These issues were disclosed as part of the IBM Java SDK updates in Oct 2020 , IBM WebSphere Cast Iron Solution & App Connect Professional have addressed th...

4.3CVSS0.02324EPSS
SaveExploits0Affected Software2
IBM Security Bulletins
IBM Security Bulletins
added 2021/03/19 12:6 p.m.44 views

Security Bulletin: Multiple vulnerabilities in IBM Java SDK affect IBM WebSphere Cast Iron Solution & App Connect Professional

Summary There are multiple vulnerabilities in IBM® SDK Java™ Technology Edition, which are used by IBM Cast Iron Solution & App Connect Professional . These issues were disclosed as part of the IBM Java SDK updates in January 2021, IBM Cast Iron & App Connect Professional have addressed the...

9.8CVSS0.3AI score0.0316EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/03/11 12:0 a.m.6 views

PT-2024-11075 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to an unintentional stack access in the Linux kernel, specifically in the mtd: physmap: physmap-bt1-rom module. The problem arises because the data variable is of...

7.1CVSS6.5AI score0.0023EPSS
SaveExploits0References20
ATTACKERKB
ATTACKERKB
added 2021/03/05 9:15 a.m.3 views

CVE-2021-28036

An issue was discovered in the quinn crate before 0.7.0 for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures...

7.5CVSS7.4AI score0.0125EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2021/02/19 4:17 a.m.25 views

Security Bulletin: App Connect Professional & IBM WebSphere Cast Iron Solution are affected by Apache Tomcat vulnerabilities.

Summary App Connect Professional & IBM WebSphere Cast Iron Solution have addressed the following vulnerabilities reported in Apache Tomcat. Vulnerability Details CVEID: CVE-2021-24122 DESCRIPTION: Apache Tomcat could allow a remote attacker to obtain sensitive information, caused by a flaw when...

5.9CVSS0.1AI score0.22852EPSS
SaveExploits0Affected Software2
IBM Security Bulletins
IBM Security Bulletins
added 2021/02/18 3:34 p.m.34 views

Security Bulletin: Multiple vulnerabilities in IBM Java SDK affect IBM WebSphere Cast Iron Solution & App Connect Professional

Summary There are multiple vulnerabilities in IBM® SDK Java™ Technology Edition, used by IBM WebSphere Cast Iron & App Connect Professional. These issues were disclosed as part of the IBM Java SDK updates in October 2020. IBM WebSphere Cast Iron & App Connect Professional have addressed the...

5.8CVSS0.7AI score0.03758EPSS
SaveExploits0Affected Software2
CVE
CVE
added 2021/02/18 3:35 a.m.106 views

CVE-2021-27376

CVE-2021-27376 affects the Rust crate nb-connect , file/socket handling. The issue arises from a direct cast of std::net::SocketAddrV4 and SocketAddrV6, relying on the wrong assumption about memory layout, which can lead to invalid memory access. The Red Hat and GHSA/RustSec entries confirm the r...

9.8CVSS9.3AI score0.01448EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2021/02/15 5:15 p.m.3 views

ALPINE-CVE-2021-27219

An issue was discovered in GNOME GLib before 2.66.6 and 2.67.x before 2.67.3. The function gbytesnew has an integer overflow on 64-bit platforms due to an implicit cast from 64 bits to 32 bits. The overflow could potentially lead to memory corruption...

7.5CVSS7.3AI score0.02993EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2021/02/15 4:27 p.m.37 views

CVE-2021-27219

An issue was discovered in GNOME GLib before 2.66.6 and 2.67.x before 2.67.3. The function gbytesnew has an integer overflow on 64-bit platforms due to an implicit cast from 64 bits to 32 bits. The overflow could potentially lead to memory corruption...

7.5CVSS8AI score0.02993EPSS
SaveExploits1
OSV
OSV
added 2021/02/13 12:1 a.m.13 views

OSV-2021-389 Bad-cast to tt_cmap_t' (aka 'struct _tt_cmap')_cairo_truetype_index_to_ucs4

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30823 Crash type: Bad-cast Crash state: Bad-cast to ttcmapt' aka 'struct ttcmap'cairotruetypeindextoucs4 cairosubfontglyphlookupunicode cairosubfontmapglyph...

7.1AI score
SaveExploits0References1
Rows per page
Query Builder