| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -202,18 +202,17 @@ us a report nonetheless. | |||
| 202 | 202 | ### Private disclosure preferred | |
| 203 | 203 | ||
| 204 | 204 | - [CVE-2016-7099](https://nodejs.org/en/blog/vulnerability/september-2016-security-releases/): | |
| 205 | - _Fix invalid wildcard certificate validation check_. This is a high severity | ||
| 206 | - defect that would allow a malicious TLS server to serve an invalid wildcard | ||
| 207 | - certificate for its hostname and be improperly validated by a Node.js client. | ||
| 205 | + _Fix invalid wildcard certificate validation check_. This was a high-severity | ||
| 206 | + defect. It caused Node.js TLS clients to accept invalid wildcard certificates. | ||
| 208 | 207 | ||
| 209 | 208 | - [#5507](https://github.com/nodejs/node/pull/5507): _Fix a defect that makes | |
| 210 | 209 | the CacheBleed Attack possible_. Many, though not all, OpenSSL vulnerabilities | |
| 211 | 210 | in the TLS/SSL protocols also effect Node.js. | |
| 212 | 211 | ||
| 213 | 212 | - [CVE-2016-2216](https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/): | |
| 214 | 213 | _Fix defects in HTTP header parsing for requests and responses that can allow | |
| 215 | - response splitting_. While the impact of this vulnerability is application and | ||
| 216 | - network dependent, it is remotely exploitable in the HTTP protocol. | ||
| 214 | + response splitting_. This was a remotely-exploitable defect in the Node.js | ||
| 215 | + HTTP implementation. | ||
| 217 | 216 | ||
| 218 | 217 | When in doubt, please do send us a report. | |
| 219 | 218 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments