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.
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.
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.
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.
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.
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.