Lucene search
+L

4244 matches found

RedHat Linux
RedHat Linux
added 2025/01/27 4:43 p.m.82 views

Important: Red Hat Security Advisory: rsync security update

An update for rsync is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

7.5CVSS7.2AI score0.08655EPSS
SaveExploits2References2
RedHat Linux
RedHat Linux
added 2025/01/27 1:42 a.m.23 views

Important: Red Hat Security Advisory: rsync security update

An update for rsync is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

7.5CVSS7.2AI score0.08655EPSS
SaveExploits2References2
Fedora
Fedora
added 2025/01/25 2:57 a.m.10 views

[SECURITY] Fedora 40 Update: rsync-3.4.1-1.fc40

Rsync uses a reliable algorithm to bring remote and host files into sync very quickly. Rsync is fast because it just sends the differences in the files over the network instead of sending the complete files. Rsync is often used as a very powerful mirroring process or just as a more capable...

7.4AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/24 12:0 a.m.14 views

PT-2025-8795

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A synchronization issue in the Linux kernel's md-bitmap component can cause a general protection fault, leading to a kernel crash. The problem occurs when the bitmap get stats function i...

7.8CVSS6.7AI score0.00218EPSS
SaveExploits0
Veeam
Veeam
added 2025/01/23 12:0 a.m.21 views

SharePoint and OneDrive Items May Not Be Displayed

Article Applicability The solution provided in this article requires Veeam Backup for Microsoft 365 8.1 or higher. The issue discussed in this article only occurs under particular circumstances. Review the Cause section closely. This article is marked as related to Veeam Backup for Microsoft 365 ...

6.8AI score
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2025/01/22 11:52 p.m.20 views

Important: Red Hat Security Advisory: rsync security update

An update for rsync is now available for Red Hat Enterprise Linux 9.4 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

7.5CVSS7.2AI score0.08655EPSS
SaveExploits2References2
SUSE CVE
SUSE CVE
added 2025/01/22 3:48 a.m.5 views

SUSE CVE-2024-57933

In the Linux kernel, the following vulnerability has been resolved: gve: guard XSK operations on the existence of queues This patch predicates the enabling and disabling of XSK pools on the existence of queues. As it stands, if the interface is down, disabling or enabling XSK pools would result i...

5.5CVSS7.6AI score0.00203EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/01/22 3:48 a.m.4 views

SUSE CVE-2024-57940

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the infinite loop in exfatreaddir If the file system is corrupted so that a cluster is linked to itself in the cluster chain, and there is an unused directory entry in the cluster, 'dentry' will not be incremented,...

4.1CVSS7.6AI score0.0022EPSS
SaveExploits0References14
RedHat Linux
RedHat Linux
added 2025/01/22 2:15 a.m.12 views

kernel: i40e: fix race condition by adding filter's intermediate sync state

In the Linux kernel, the following vulnerability has been resolved: i40e: fix race condition by adding filter's intermediate sync state Fix a race condition in the i40e driver that leads to MAC/VLAN filters becoming corrupted and leaking. Address the issue that occurs under heavy load when multip...

7.8CVSS6.8AI score0.00187EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/01/21 2:21 p.m.12 views

CVE-2024-57932

A flaw was found in the Google Virtual Ethernet gve module in the Linux kernel. The eXpress Data Path XDP xmit Network Device Operation NDO callback does not properly check for an empty XDP queue, causing a divide-by-zero error or a NULL pointer dereference, resulting in a denial of service...

5.5CVSS6.2AI score0.00443EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/21 12:15 p.m.12 views

AZL-56137 CVE-2024-57933 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: gve: guard XSK operations on the existence of queues This patch predicates the enabling and disabling of XSK pools on the existence of queues. As it stands, if the interface is down, disabling or enabling XSK pools would result i...

5.5CVSS6.7AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/21 12:15 p.m.8 views

DEBIAN-CVE-2024-57933

In the Linux kernel, the following vulnerability has been resolved: gve: guard XSK operations on the existence of queues This patch predicates the enabling and disabling of XSK pools on the existence of queues. As it stands, if the interface is down, disabling or enabling XSK pools would result i...

5.5CVSS5.5AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/21 12:15 p.m.11 views

UBUNTU-CVE-2024-57933

In the Linux kernel, the following vulnerability has been resolved: gve: guard XSK operations on the existence of queues This patch predicates the enabling and disabling of XSK pools on the existence of queues. As it stands, if the interface is down, disabling or enabling XSK pools would result i...

5.5CVSS6.1AI score0.00203EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2025/01/21 12:1 p.m.37 views

CVE-2024-57932 gve: guard XDP xmit NDO on existence of xdp queues

In the Linux kernel, the following vulnerability has been resolved: gve: guard XDP xmit NDO on existence of xdp queues In GVE, dedicated XDP queues only exist when an XDP program is installed and the interface is up. As such, the NDO XDP XMIT callback should return early if either of these...

9.8CVSS0.00443EPSS
SaveExploits0References3
CVE
CVE
added 2025/01/21 12:1 p.m.146 views

CVE-2024-57932

CVE-2024-57932 is resolved in the Linux kernel. It concerns the GVE/XDP path: dedicated XDP queues exist only when an XDP program is loaded and the interface is up. The NDO XDP XMIT callback must return early if no XDP program is loaded or if the interface is down. Otherwise, priv->num_xdp_que...

9.8CVSS6.8AI score0.00443EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/01/21 12:1 p.m.18 views

CVE-2024-57932 gve: guard XDP xmit NDO on existence of xdp queues

In the Linux kernel, the following vulnerability has been resolved: gve: guard XDP xmit NDO on existence of xdp queues In GVE, dedicated XDP queues only exist when an XDP program is installed and the interface is up. As such, the NDO XDP XMIT callback should return early if either of these...

9.8CVSS6.1AI score
SaveExploits0References6
Fedora
Fedora
added 2025/01/21 3:15 a.m.12 views

[SECURITY] Fedora 41 Update: rsync-3.4.1-1.fc41

Rsync uses a reliable algorithm to bring remote and host files into sync very quickly. Rsync is fast because it just sends the differences in the files over the network instead of sending the complete files. Rsync is often used as a very powerful mirroring process or just as a more capable...

9.8CVSS7AI score0.72059EPSS
SaveExploits8
OSV
OSV
added 2025/01/17 4:13 p.m.19 views

RLSA-2025:0325 Important: rsync security update

The rsync utility enables the users to copy and synchronize files locally or across a network. Synchronization with rsync is fast because rsync only sends the differences in files over the network instead of sending whole files. The rsync utility is also used as a mirroring tool. Security Fixes:...

7.5CVSS7.9AI score0.08655EPSS
SaveExploits2References2
Rockylinux
Rockylinux
added 2025/01/17 4:13 p.m.46 views

rsync security update

An update is available for rsync. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The rsync utility enables the users to copy and synchronize files locally or...

7.5CVSS7.2AI score0.08655EPSS
SaveExploits2
BDU FSTEC
BDU FSTEC
added 2025/01/17 12:0 a.m.15 views

The vulnerability of the rsyncd utility for transferring and synchronizing Rsync files allows a perpetrator to gain unauthorized access to protected information.

The vulnerability of the rsyncd utility for transferring and synchronizing Rsync files involves the generation of invalid tokens and checksums during the copying process. Exploiting this vulnerability can allow an attacker operating remotely to gain unauthorized access to protected information...

6.1CVSS7.3AI score0.01792EPSS
SaveExploits1References19Affected Software7
Rows per page
Query Builder