CVE-2016-9842
The inflateMark function in inflate.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact via vectors involving
CVSS
8.8
Alto
EPSS
5.2%
p92
KEV
—
Exploit Today
28
0-100
Publicado: 23 may 2017 · Última mod.: 14 jul 2026 · CWE-1335
5.2%EPSS · 30 días5.2%
2026-08-032026-08-31
The inflateMark function in inflate.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact via vectors involving left shifts of negative integers.
- lists.opensuse.orghttp://lists.opensuse.org/opensuse-updates/2016-12/msg00127.html
- lists.opensuse.orghttp://lists.opensuse.org/opensuse-updates/2017-01/msg00050.html
- lists.opensuse.orghttp://lists.opensuse.org/opensuse-updates/2017-01/msg00053.html
- www.openwall.comhttp://www.openwall.com/lists/oss-security/2016/12/05/21
- www.oracle.comhttp://www.oracle.com/technetwork/security-advisory/cpuoct2017-3236626.html
- www.oracle.comhttp://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html
- www.securityfocus.comhttp://www.securityfocus.com/bid/95131
- www.securitytracker.comhttp://www.securitytracker.com/id/1039427
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2017:1220
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2017:1221
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2017:1222
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2017:2999
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2017:3046
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2017:3047
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2017:3453
- bugzilla.redhat.comhttps://bugzilla.redhat.com/show_bug.cgi?id=1402348
- github.comhttps://github.com/madler/zlib/commit/e54e1299404101a5a9d0cf5e45512b543967f958
- lists.debian.orghttps://lists.debian.org/debian-lts-announce/2019/03/msg00027.html
- lists.debian.orghttps://lists.debian.org/debian-lts-announce/2020/01/msg00030.html
- security.gentoo.orghttps://security.gentoo.org/glsa/201701-56
CVECVSSEPSSKEVRExplotTítuloVis.
CVE-2026-50726.5 MED22.2%
——7A bitwise shift vulnerability in Zephyr's PTP subsystem allows a remote attacker to cause undefined behavior and potential system crashes. An attacker sends a crafted PTP_MSG_MANAGEMENT message to set an unvalidated negative log_announce_interval value in the port's data set. When a subsequent PTP_MSG_ANNOUNCE message is processed, port_timer_set_timeout_random computes a timeout as NSEC_PER_SEC >> -log_seconds; if the attacker-supplied value is sufficiently negative (e.g., -127), the shift amount exceeds the 64-bit integer width, triggering undefined behavior in C. This can cause a system crash via a compiler-generated illegal instruction trap on some architectures, or produce an erroneous zero timeout leading to resource starvation loops or other logical errors.40dCVE-2026-44266.5 MED22.7%
——7A flaw was found in libarchive. An Undefined Behavior vulnerability exists in the zisofs decompression logic, caused by improper validation of a field (`pz_log2_bs`) read from ISO9660 Rock Ridge extensions. A remote attacker can exploit this by supplying a specially crafted ISO file. This can lead to incorrect memory allocation and potential application crashes, resulting in a denial-of-service (DoS) condition.21hCVE-2023-528107.8 ALT17.3%
——5In the Linux kernel, the following vulnerability has been resolved:
fs/jfs: Add check for negative db_l2nbperpage
l2nbperpage is log2(number of blks per page), and the minimum legal
value should be 0, not negative.
In the case of l2nbperpage being negative, an error will occur
when subsequently used as shift exponent.
Syzbot reported this bug:
UBSAN: shift-out-of-bounds in fs/jfs/jfs_dmap.c:799:12
shift exponent -16777216 is negative28d