Lucene search
K

19 matches found

RedhatCVE
RedhatCVE
added 2025/05/23 2:12 p.m.12 views

CVE-2025-48416

An OpenSSH daemon listens on TCP port 22. There is a hard-coded entry in the "/etc/shadow" file in the firmware image for the "root" user. However, in the default SSH configuration the "PermitRootLogin" is disabled, preventing the root user from logging in via SSH. This configuration can be...

7.1AI score0.00305EPSS
Exploits1References1
NVD
NVD
added 2025/05/21 1:16 p.m.7 views

CVE-2025-48416

An OpenSSH daemon listens on TCP port 22. There is a hard-coded entry in the "/etc/shadow" file in the firmware image for the "root" user. However, in the default SSH configuration the "PermitRootLogin" is disabled, preventing the root user from logging in via SSH. This configuration can be...

8.1CVSS0.00305EPSS
Exploits1References2
SUSE CVE
SUSE CVE
added 2023/02/15 6:19 a.m.1 views

SUSE CVE-2004-2760

sshd in OpenSSH 3.5p1, when PermitRootLogin is disabled, immediately closes the TCP connection after a root login attempt with the correct password, but leaves the connection open after an attempt with an incorrect password, which makes it easier for remote attackers to guess the password by...

6.8CVSS8.3AI score0.00303EPSS
Exploits9References3
OpenVAS
OpenVAS
added 2021/05/27 12:0 a.m.23 views

OpenSSH 3.5p1 Configuration Vulnerability

sshd in OpenSSH 3.5p1, when PermitRootLogin is disabled, immediately closes the TCP connection after a root login attempt with the correct password, but leaves the connection open after an attempt with an incorrect password, which makes it easier for remote attackers to guess the password by...

6.8CVSS6.9AI score0.00303EPSS
Exploits9References1
OpenVAS
OpenVAS
added 2020/01/14 12:0 a.m.10 views

Linux: SSH PermitRootLogin

The PermitRootLoginparameter specifies if the root user can log in using ssh. The default is no. Note: If disabling and not using root for scanning, ensure the scanning account has appropriate permissions for scanning. SPDX-FileCopyrightText: 2020 Greenbone AG Some text descriptions might be...

7.4AI score
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2015/08/28 12:0 a.m.71 views

OpenSSH 7.x < 7.1 PermitRootLogin Security Bypass

According to its banner, the version of OpenSSH running on the remote host is 7.x prior to 7.1. It is, therefore, affected by a security bypass vulnerability due to a logic error that is triggered under certain compile-time configurations when PermitRootLogin is set to 'prohibit-password' or...

5.6AI score
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2015/08/24 12:0 a.m.17 views

FreeBSD : OpenSSH -- PermitRootLogin may allow password connections with 'without-password' (27fed73e-484f-11e5-825f-c80aa9043978)

OpenSSH 7.0 contained a logic error in PermitRootLogin= prohibit-password/without-password that could, depending on compile-time configuration, permit password authentication to root while preventing other forms of authentication. This problem was reported by Mantas Mikulenas. %NASLMINLEVEL 70300...

5.4AI score
Exploits0References2
FreeBSD
FreeBSD
added 2015/08/20 12:0 a.m.19 views

OpenSSH -- PermitRootLogin may allow password connections with 'without-password'

OpenSSH 7.0 contained a logic error in PermitRootLogin= prohibit-password/without-password that could, depending on compile-time configuration, permit password authentication to root while preventing other forms of authentication. This problem was reported by Mantas Mikulenas...

2.8AI score
Exploits0References1
Cvelist
Cvelist
added 2008/08/04 10:0 a.m.23 views

CVE-2004-2760

sshd in OpenSSH 3.5p1, when PermitRootLogin is disabled, immediately closes the TCP connection after a root login attempt with the correct password, but leaves the connection open after an attempt with an incorrect password, which makes it easier for remote attackers to guess the password by...

9.4AI score0.00303EPSS
Exploits9References3
Debian CVE
Debian CVE
added 2008/08/04 10:0 a.m.37 views

CVE-2004-2760

sshd in OpenSSH 3.5p1, when PermitRootLogin is disabled, immediately closes the TCP connection after a root login attempt with the correct password, but leaves the connection open after an attempt with an incorrect password, which makes it easier for remote attackers to guess the password by...

6.8CVSS6.7AI score0.00303EPSS
Exploits9
CVE
CVE
added 2008/08/04 10:0 a.m.182 views

CVE-2004-2760

CVE-2004-2760 concerns OpenSSH/sshd behavior in OpenSSH 3.5p1 where, if PermitRootLogin is disabled, the server closes the TCP connection immediately after a correct-root-password login attempt but leaves the connection open after an incorrect password. This creates observable differences in conn...

6.8CVSS6.6AI score0.00303EPSS
Exploits9References3Affected Software1
Cvelist
Cvelist
added 2008/08/04 10:0 a.m.25 views

CVE-2003-1562

sshd in OpenSSH 3.6.1p2 and earlier, when PermitRootLogin is disabled and using PAM keyboard-interactive authentication, does not insert a delay after a root login attempt with the correct password, which makes it easier for remote attackers to use timing differences to determine if the password...

9.5AI score0.00802EPSS
Exploits9References6
CVE
CVE
added 2008/08/04 10:0 a.m.234 views

CVE-2003-1562

MODE C CVE-2003-1562 refers to a race condition in sshd/OpenSSH 3.6.1p2 and earlier, where with PermitRootLogin disabled and using PAM keyboard-interactive authentication, sshd does not insert a delay after a root password attempt. This timing discrepancy could enable remote attackers to infer wh...

7.6CVSS6.7AI score0.00802EPSS
Exploits9References6Affected Software1
Debian CVE
Debian CVE
added 2008/08/04 10:0 a.m.34 views

CVE-2003-1562

sshd in OpenSSH 3.6.1p2 and earlier, when PermitRootLogin is disabled and using PAM keyboard-interactive authentication, does not insert a delay after a root login attempt with the correct password, which makes it easier for remote attackers to use timing differences to determine if the password...

7.6CVSS6.9AI score0.00802EPSS
Exploits9
FreeBSD
FreeBSD
added 2006/03/22 12:0 a.m.29 views

OPIE -- arbitrary password change

Problem Description The opiepasswd1 program uses getlogin2 to identify the user calling opiepasswd1. In some circumstances getlogin2 will return "root" even when running as an unprivileged user. This causes opiepasswd1 to allow an unpriviled user to configure OPIE authentication for the root user...

7.2CVSS6.6AI score0.00053EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2006/01/15 12:0 a.m.31 views

Ubuntu 4.10 : openssh information leakage (USN-34-1)

@Mediaservice.net discovered two information leaks in the OpenSSH server. When using password authentication, an attacker could test whether a login name exists by measuring the time between failed login attempts, i. e. the time after which the 'password:' prompt appears again. A similar issue...

5CVSS6.8AI score0.20579EPSS
Exploits10References1
OSV
OSV
added 2004/12/31 5:0 a.m.2 views

DEBIAN-CVE-2004-2760

sshd in OpenSSH 3.5p1, when PermitRootLogin is disabled, immediately closes the TCP connection after a root login attempt with the correct password, but leaves the connection open after an attempt with an incorrect password, which makes it easier for remote attackers to guess the password by...

6.8CVSS9.5AI score0.00303EPSS
Exploits9References1
NVD
NVD
added 2004/12/31 5:0 a.m.17 views

CVE-2004-2760

sshd in OpenSSH 3.5p1, when PermitRootLogin is disabled, immediately closes the TCP connection after a root login attempt with the correct password, but leaves the connection open after an attempt with an incorrect password, which makes it easier for remote attackers to guess the password by...

6.8CVSS9.4AI score0.00303EPSS
Exploits9References3
Snyk
Snyk
added 2003/12/31 5:0 a.m.1 views

Race Condition

Overview Affected versions of this package are vulnerable to Race Condition sshd in OpenSSH 3.6.1p2 and earlier, when PermitRootLogin is disabled and using PAM keyboard-interactive authentication, does not insert a delay after a root login attempt with the correct password, which makes it easier...

8.1CVSS7.3AI score0.20579EPSS
Exploits10References2
Rows per page
Query Builder