Lucene search
K

170 matches found

Rockylinux
Rockylinux
added 2025/05/07 7:13 p.m.7 views

mtr bug fix update

An update is available for mtr. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list MTR combines the functionality of the 'traceroute' and 'ping' programs in a singl...

7.3AI score
Exploits0
ATTACKERKB
ATTACKERKB
added 2025/05/05 2:15 p.m.3 views

CVE-2025-47268

ping in iputils before 20250602 allows a denial of service application error or incorrect data collection via a crafted ICMP Echo Reply packet, because of a signed 64-bit integer overflow in timestamp multiplication...

6.5CVSS5.9AI score0.01455EPSS
Exploits1References7
OSV
OSV
added 2025/05/05 2:15 p.m.5 views

ALPINE-CVE-2025-47268

ping in iputils before 20250602 allows a denial of service application error or incorrect data collection via a crafted ICMP Echo Reply packet, because of a signed 64-bit integer overflow in timestamp multiplication...

6.5CVSS6.9AI score0.01455EPSS
Exploits1References1
NVD
NVD
added 2025/05/05 2:15 p.m.18 views

CVE-2025-47268

ping in iputils before 20250602 allows a denial of service application error or incorrect data collection via a crafted ICMP Echo Reply packet, because of a signed 64-bit integer overflow in timestamp multiplication...

6.5CVSS0.01455EPSS
Exploits1References6
Positive Technologies
Positive Technologies
added 2025/05/05 12:0 a.m.3 views

PT-2025-19706

Name of the Vulnerable Software and Affected Versions iputils versions through 20240905 Description The issue allows for a denial of service, resulting in application error or incorrect data collection, via a crafted ICMP Echo Reply packet. This is caused by a signed 64-bit integer overflow in...

6.5CVSS6.7AI score0.01455EPSS
Exploits1References77
Cvelist
Cvelist
added 2025/05/05 12:0 a.m.16 views

CVE-2025-47268

ping in iputils before 20250602 allows a denial of service application error or incorrect data collection via a crafted ICMP Echo Reply packet, because of a signed 64-bit integer overflow in timestamp multiplication...

6.5CVSS0.01455EPSS
Exploits1References6
CVE
CVE
added 2025/05/05 12:0 a.m.115 views

CVE-2025-47268

CVE-2025-47268 affects the iputils package’s ping utility. The issue arises from a signed 64-bit integer overflow in timestamp multiplication, exploitable via a crafted ICMP Echo Reply packet and leading to a denial of service (application error or incorrect data collection). A patched version is...

6.5CVSS6.4AI score0.01455EPSS
Exploits1References6Affected Software1
Debian CVE
Debian CVE
added 2025/05/05 12:0 a.m.6 views

CVE-2025-47268

ping in iputils before 20250602 allows a denial of service application error or incorrect data collection via a crafted ICMP Echo Reply packet, because of a signed 64-bit integer overflow in timestamp multiplication...

6.5CVSS6.3AI score0.01455EPSS
Exploits1
OSV
OSV
added 2025/05/05 12:0 a.m.8 views

CVE-2025-47268

ping in iputils before 20250602 allows a denial of service application error or incorrect data collection via a crafted ICMP Echo Reply packet, because of a signed 64-bit integer overflow in timestamp multiplication...

6.5CVSS6.3AI score0.01455EPSS
Exploits1References8
CNNVD
CNNVD
added 2025/05/05 12:0 a.m.4 views

iputils 安全漏洞

iputils is the iputils open source set of small, legacy utilities for Linux networking. A security vulnerability exists in iputils version 20240905 and earlier, which stems from a specially crafted ICMP Echo Reply packet resulting in a 64-bit integer overflow in the timestamp multiplication, whic...

6.5CVSS6.5AI score0.01455EPSS
Exploits1References5
Vulnrichment
Vulnrichment
added 2025/05/05 12:0 a.m.8 views

CVE-2025-47268

ping in iputils before 20250602 allows a denial of service application error or incorrect data collection via a crafted ICMP Echo Reply packet, because of a signed 64-bit integer overflow in timestamp multiplication...

6.5CVSS6.4AI score0.01455EPSS
Exploits1References6
AlpineLinux
AlpineLinux
added 2025/05/05 12:0 a.m.23 views

CVE-2025-47268

ping in iputils before 20250602 allows a denial of service application error or incorrect data collection via a crafted ICMP Echo Reply packet, because of a signed 64-bit integer overflow in timestamp multiplication...

6.5CVSS6.5AI score0.01455EPSS
Exploits1References6
RedhatCVE
RedhatCVE
added 2025/02/28 4:52 a.m.9 views

CVE-2022-49633

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctlicmpechoenableprobe. While reading sysctlicmpechoenableprobe, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS6.8AI score0.00167EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/02/27 3:3 a.m.2 views

SUSE CVE-2022-49633

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctlicmpechoenableprobe. While reading sysctlicmpechoenableprobe, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS6.5AI score0.00167EPSS
Exploits0References3
NVD
NVD
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49633

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctlicmpechoenableprobe. While reading sysctlicmpechoenableprobe, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS0.00167EPSS
Exploits0References3
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

UBUNTU-CVE-2022-49633

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctlicmpechoenableprobe. While reading sysctlicmpechoenableprobe, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS5.7AI score0.00167EPSS
Exploits0References6
CVE
CVE
added 2025/02/26 2:23 a.m.71 views

CVE-2022-49633

In the Linux kernel (CVE-2022-49633), a data-race was fixed in icmp_echo_enable_probe where readers could observe concurrent writes. The mitigation adds READ_ONCE() to readers to prevent reading torn data. The provided connected docs confirm this resolution and describe the underlying issue and f...

4.7CVSS6.5AI score0.00167EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.18 views

CVE-2022-49633 icmp: Fix data-races around sysctl_icmp_echo_enable_probe.

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctlicmpechoenableprobe. While reading sysctlicmpechoenableprobe, it can be changed concurrently. Thus, we need to add READONCE to its readers...

0.00167EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.10 views

CVE-2022-49633

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctlicmpechoenableprobe. While reading sysctlicmpechoenableprobe, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS4.9AI score0.00167EPSS
Exploits0
OSV
OSV
added 2024/08/21 2:30 p.m.4 views

GO-2022-0393 Network policy may be bypassed by some ICMP Echo Requests in github.com/cilium/cilium

Network policy may be bypassed by some ICMP Echo Requests in github.com/cilium/cilium...

7.1AI score
Exploits0References1
Rows per page
Query Builder