SunosOperating system · Sun

CVE-2008-1369

HIGH · 10.0 CVSS v2.0 Published 2008-03-18
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A certain incorrect Sun Solaris 10 image on SPARC Enterprise T5120 and T5220 servers has /etc/default/login and /etc/ssh/sshd_config files that configure root logins in a manner unintended by the vendor, which allows remote attackers to gain privileges via unspecified vectors.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

This CVE describes a misconfigured Solaris 10 system image deployed on SPARC Enterprise T5120 and T5220 servers. The /etc/default/login and /etc/ssh/sshd_config files were configured to allow root logins, contrary to vendor intentions, enabling remote attackers to gain administrative privileges.

MitigationModify /etc/ssh/sshd_config to set 'PermitRootLogin no' and update /etc/default/login to restrict root access, then restart the SSH daemon.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
SunosOperating system
Affected:= 5.10

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Authentication
None
Confidentiality
Complete
Integrity
Complete
Availability
Complete

AV:N/AC:L/Au:N/C:C/I:C/A:C

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Confirm the system is Solaris 10
    Run 'uname -a' or 'cat /etc/release' to identify the operating system version
    Affected if The system is running SunOS 5.10 (Solaris 10)
  2. Check if SSH daemon is enabled
    Run 'svcs -a | grep ssh' to see if the SSH service is running
    Affected if SSH service is active and listening for connections
  3. Inspect SSH daemon root login setting
    Examine /etc/ssh/sshd_config and look for 'PermitRootLogin' directive
    Affected if PermitRootLogin is set to 'yes' or the directive is absent (defaulting to permit)
  4. Inspect system login defaults for root access
    Examine /etc/default/login and look for settings that permit root logins
    Affected if The configuration allows root to log in directly

A system is affected if it runs Solaris 10 (SunOS 5.10) with SSH enabled and has PermitRootLogin enabled in sshd_config or permissive root settings in /etc/default/login

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Modify /etc/ssh/sshd_config to set 'PermitRootLogin no' and update /etc/default/login to restrict root access, then restart the SSH daemon.

Recommended fix Moderate confidence

If the system was shipped with an incorrect Solaris 10 image from the vendor, contact the vendor for a corrected OS image or consider upgrading to a supported Solaris 11.x or later release

  1. Edit /etc/ssh/sshd_config and ensure 'PermitRootLogin no' is set (remove or comment any 'PermitRootLogin yes' directive)
  2. Edit /etc/default/login and ensure 'PERMIT_ROOT_LOGIN=no' or 'PERMIT_ROOT_LOGIN=NO' is set (remove or comment any setting allowing root login)
  3. Restart the SSH daemon: svcadm restart svc:/network/ssh:default
  4. Verify root login is disabled by attempting an SSH connection as root (should be denied)
Caveat Disabling root SSH login may break existing automation or scripts that rely on direct root SSH access; use sudo-based authentication instead

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Sunos Scoped from the published advisory
  • Consultation1.0 h
  • Implementation2.0 h
  • Testing2.0 h
  • Review / QA1.0 h
6.0 hours of engineering $1,040
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,664.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2008-1369 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2008-1369 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data