LiveActive security incident?Get immediate response
CVE Record

CVE-2017-15906: The process_open function in sftp-server.c in OpenSSH before 7.6 does not properly prevent write operations...

The process_open function in sftp-server.c in OpenSSH before 7.6 does not properly prevent write operations in readonly mode, which allows attackers to create zero-length files.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

OpenSSH before 7.6 had a flaw where SFTP readonly mode could still allow creation of empty files. This is an integrity issue, not a data theft or system takeover issue based on the provided sources. Business risk is highest where readonly SFTP access is used to protect shared directories, regulated file drops, or operational workflows.

Executive priority

Treat as a moderate maintenance priority. It is not described as actively exploited and impact is limited, but it weakens a security boundary many teams may trust for file integrity. Prioritize faster where readonly SFTP protects customer, partner, or operational file exchange locations.

Technical view

CVE-2017-15906 affects OpenSSH sftp-server.c process_open before 7.6. Readonly mode did not fully block write behavior, allowing creation of zero-length files. The CVSS 3.1 score is 5.3 with low integrity impact. CWE-732 indicates incorrect permission assignment or enforcement. Multiple vendor advisories reference downstream fixes.

Likely exposure

Systems running OpenSSH before 7.6 with sftp-server readonly mode are the clearest exposure. Downstream exposure may exist in Linux distributions, appliances, and products covered by the listed Gentoo, Red Hat, Debian, NetApp, Oracle, and Siemens advisories.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The described impact is limited to creating zero-length files despite readonly mode. No evidence in the bundle supports confidentiality loss, privilege escalation, or arbitrary file writes.

Researcher notes

The affected field in the bundle is generic, so product scoping should come from OpenSSH versioning and vendor advisories. The OpenBSD commit and OpenSSH 7.6 release are primary technical anchors. Avoid expanding impact beyond zero-length file creation unless newer vendor evidence supports it.

Mitigation direction

  • Upgrade OpenSSH to 7.6 or a vendor-supported fixed package.
  • Apply relevant Gentoo, Red Hat, Debian, NetApp, Oracle, or Siemens guidance where applicable.
  • Identify services depending on sftp-server readonly mode for integrity control.
  • Limit SFTP access to trusted users and networks where operationally possible.
  • Do not rely on readonly mode alone until fixed packages are confirmed.

Validation and detection

  • Inventory OpenSSH versions and flag releases before 7.6.
  • Review SFTP configurations for readonly-mode use.
  • Confirm vendor security updates are installed on affected platforms.
  • Check managed directories for unexpected zero-length files.
  • Verify vulnerability scanners map findings to CVE-2017-15906.
Prepared
Confidence
high
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-732: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-15906 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
2ADP providers
9Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2017-15906Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-732 · source CWE mapping

Incorrect Permission Assignment for Critical Resource

Incorrect Permission Assignment for Critical Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.