CVE-2016-3115: Multiple CRLF injection vulnerabilities in session.c in sshd in OpenSSH before 7.2p2 allow remote authentic...
Multiple CRLF injection vulnerabilities in session.c in sshd in OpenSSH before 7.2p2 allow remote authenticated users to bypass intended shell-command restrictions via crafted X11 forwarding data, related to the (1) do_authenticated1 and (2) session_x11_req functions.
Security readout for executives and security teams
This OpenSSH issue lets an already authenticated SSH user bypass intended shell-command restrictions through crafted X11 forwarding data. It is not a remote unauthenticated takeover, but it matters where SSH accounts are deliberately constrained, such as automation, jump hosts, or limited shell access. Exposure is likely on systems running OpenSSH before 7.2p2, or vendor packages without the relevant backport, where authenticated SSH users can request X11 forwarding and have restricted command enforcement. Treat as a targeted access-control risk, not an internet-wide emergency. Prioritize bastion hosts, shared servers, automation accounts, and environments granting limited SSH access to third parties or semi-trusted users. Mitigation focus: Upgrade OpenSSH to 7.2p2 or a vendor package containing the CVE-2016-3115 fix.; Apply distribution advisories from Red Hat, FreeBSD, Fedora, Oracle, Gentoo, or Debian where applicable.; Disable X11 forwarding where it is not operationally required..
Prepared
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 · low confidence lookup
CWE-93: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-93 · source CWE mapping
Improper Neutralization of CRLF Sequences ('CRLF Injection')
Improper Neutralization of CRLF Sequences ('CRLF Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.