Lucene search
+L

4825 matches found

CNNVD
CNNVD
added 2025/05/12 12:0 a.m.6 views

sudo-rs 安全漏洞

sudo-rs is an open source memory security implementation of sudo and su by Trifecta Tech Foundation. A security vulnerability exists in versions of sudo-rs prior to 0.2.6, which stems from the ability of a user to enumerate the permissions of other users, potentially leading to information...

3.3CVSS4.2AI score0.00239EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/05/12 12:0 a.m.10 views

PT-2025-20704 · Sudo-Rs · Sudo-Rs

Name of the Vulnerable Software and Affected Versions: sudo-rs versions prior to 0.2.6 Description: The issue allows users with limited sudo privileges to enumerate the sudoers file, revealing sensitive information about other users' permissions. This can be achieved using the -U flag. Attackers...

3.3CVSS3.8AI score0.00239EPSS
SaveExploits1References16
Positive Technologies
Positive Technologies
added 2025/05/12 12:0 a.m.4 views

PT-2025-20703 · Sudo-Rs · Sudo-Rs

Name of the Vulnerable Software and Affected Versions: sudo-rs versions prior to 0.2.6 Description: The issue allows users with limited or no sudo privileges to determine the existence of files in folders they cannot access using the sudo --list command. This can reveal sensitive information in...

3.3CVSS3.6AI score0.00325EPSS
SaveExploits1References15
CNNVD
CNNVD
added 2025/05/12 12:0 a.m.4 views

sudo-rs 安全漏洞

sudo-rs is an open source memory security implementation of sudo and su by Trifecta Tech Foundation. A security vulnerability exists in sudo-rs versions prior to 0.2.6, which stems from a user-detectable restricted directory file existence that could lead to information disclosure...

3.3CVSS4.1AI score0.00325EPSS
SaveExploits1References2
OpenVAS
OpenVAS
added 2025/05/07 12:0 a.m.7 views

Disable the Root User from Logging in to the System Using SSH

The PermitRootLogin parameter in the SSH configuration file /etc/ssh/sshdconfig specifies whether the root user can log in to the system using SSH. The root user is not allowed to log in to the system using SSH. System administrators must use their own user to log in to the system using SSH and r...

7.3AI score
SaveExploits0References4
OpenVAS
OpenVAS
added 2025/05/07 12:0 a.m.3 views

Ensure That Common Users Run Privileged Programs Using the sudo Command

The sudo command enables a specified common user to execute certain programs with the root permission. Most system management commands need to be executed by the root user. For the system administrator, properly authorizing other users can reduce the burden of the system administrator. However,...

7.3AI score
SaveExploits0References3
OpenVAS
OpenVAS
added 2025/05/07 12:0 a.m.3 views

Configure Audit Rules for Privilege Escalation Operations

In openEuler, logs of privilege escalation operations using the sudo command are recorded in the /var/log/secure file by default. This file also records other authentication-related security logs. If you want to audit privilege escalation operations using sudo, you are advised to record logs...

7.5AI score
SaveExploits0References2
NVD
NVD
added 2025/04/25 9:15 p.m.15 views

CVE-2025-32980

NETSCOUT nGeniusONE before 6.4.0 P11 b3245 has a Weak Sudo Configuration...

9.8CVSS0.00442EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/04/25 12:0 a.m.20 views

CVE-2025-32980

NETSCOUT nGeniusONE before 6.4.0 P11 b3245 has a Weak Sudo Configuration...

0.00442EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/04/25 12:0 a.m.6 views

CVE-2025-32980

NETSCOUT nGeniusONE before 6.4.0 P11 b3245 has a Weak Sudo Configuration...

6.4AI score0.00442EPSS
SaveExploits0References1
CVE
CVE
added 2025/04/25 12:0 a.m.62 views

CVE-2025-32980

NETSCOUT nGeniusONE is affected by CVE-2025-32980 due to a weak sudo configuration in versions prior to 6.4.0 P11 b3245. The root cause is described as an improper sudo setup, enabling elevated privileges under certain conditions. Remediation per PT-2025-17938 indicates upgrading to version 6.4.0...

9.8CVSS6.4AI score0.00442EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/04/25 12:0 a.m.10 views

PT-2025-17938 · Unknown · Ngeniusone

Name of the Vulnerable Software and Affected Versions: nGeniusONE versions prior to 6.4.0 b2350 Description: The issue is related to a weak sudo configuration. Recommendations: For versions prior to 6.4.0 b2350, update to version 6.4.0 b2350 or later to resolve the issue...

9.8CVSS6.3AI score0.00442EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2025/04/22 3:30 a.m.6 views

CVE-2025-32955

Harden-Runner is a CI/CD security agent that works like an EDR for GitHub Actions runners. Versions from 0.12.0 to before 2.12.0 are vulnerable to disable-sudo bypass. Harden-Runner includes a policy option disable-sudo to prevent the GitHub Actions runner user from using sudo. This is implemente...

6CVSS6.1AI score0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2025/04/22 1:7 a.m.15 views

GHSA-MXR3-8WHJ-J74R Harden-Runner allows evasion of 'disable-sudo' policy

Summary Harden-Runner includes a policy option disable-sudo to prevent the GitHub Actions runner user from using sudo. This is implemented by removing the runner user from the sudoers file. However, this control can be bypassed as the runner user, being part of the docker group, can interact with...

6CVSS7.6AI score0.00215EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/04/22 1:7 a.m.35 views

Harden-Runner allows evasion of 'disable-sudo' policy

Summary Harden-Runner includes a policy option disable-sudo to prevent the GitHub Actions runner user from using sudo. This is implemented by removing the runner user from the sudoers file. However, this control can be bypassed as the runner user, being part of the docker group, can interact with...

6CVSS7.6AI score0.00215EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2025/04/21 9:15 p.m.13 views

CVE-2025-32955

Harden-Runner is a CI/CD security agent that works like an EDR for GitHub Actions runners. Versions from 0.12.0 to before 2.12.0 are vulnerable to disable-sudo bypass. Harden-Runner includes a policy option disable-sudo to prevent the GitHub Actions runner user from using sudo. This is implemente...

6CVSS0.00215EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/04/21 8:45 p.m.14 views

CVE-2025-32955 Harden-Runner Evasion of 'disable-sudo' policy

Harden-Runner is a CI/CD security agent that works like an EDR for GitHub Actions runners. Versions from 0.12.0 to before 2.12.0 are vulnerable to disable-sudo bypass. Harden-Runner includes a policy option disable-sudo to prevent the GitHub Actions runner user from using sudo. This is implemente...

6CVSS0.00215EPSS
SaveExploits0References3
CVE
CVE
added 2025/04/21 8:45 p.m.99 views

CVE-2025-32955

CVE-2025-32955 (Harden-Runner) affects Harden-Runner versions 0.12.0 through 2.11.x, where the disable-sudo policy can be bypassed. The issue arises because the runner user, while removed from sudoers, remains in the docker group and can interact with the Docker daemon to start privileged contain...

6CVSS5.9AI score0.00215EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/04/21 8:45 p.m.11 views

CVE-2025-32955 Harden-Runner Evasion of 'disable-sudo' policy

Harden-Runner is a CI/CD security agent that works like an EDR for GitHub Actions runners. Versions from 0.12.0 to before 2.12.0 are vulnerable to disable-sudo bypass. Harden-Runner includes a policy option disable-sudo to prevent the GitHub Actions runner user from using sudo. This is implemente...

6CVSS7.1AI score0.00215EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/21 8:45 p.m.9 views

CVE-2025-32955 Harden-Runner Evasion of 'disable-sudo' policy

Harden-Runner is a CI/CD security agent that works like an EDR for GitHub Actions runners. Versions from 0.12.0 to before 2.12.0 are vulnerable to disable-sudo bypass. Harden-Runner includes a policy option disable-sudo to prevent the GitHub Actions runner user from using sudo. This is implemente...

6CVSS5.9AI score
SaveExploits0References5
Rows per page
Query Builder