Skip to content

Commit

Permalink
[*] CVE update
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpovich committed Jun 28, 2024
1 parent 0077825 commit 5bdfc0d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,16 @@ Fix going to be integrated into Timebase codebase.
The SSI printenv command echoes user provided data without escaping and is, therefore, vulnerable to XSS.
SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website.
```
TimeBase Server with embedded tomcat setup is not affected, because SSI is disabled.
TimeBase Server with embedded tomcat setup is not affected, because SSI is disabled.


12. [CVE-2016-1000027](https://www.cvedetails.com/cve/CVE-2016-1000027)
```
Pivotal Spring Framework through 5.3.16 suffers from a potential remote code execution (RCE) issue if used for Java deserialization of untrusted data.
Depending on how the library is implemented within a product, this issue may or not occur, and authentication may be required.
NOTE: the vendor's position is that untrusted data is not an intended use case. The product's behavior will not be changed because some users rely on deserialization of trusted data.
```

TimeBase Server with embedded tomcat setup is not affected, because we do not use object serialization via RMI. TimeBase uses own binary communication protocol to serialize internal objects.
Overall recommentation - do not open TimeBase HTTP endpoints to public internet.

0 comments on commit 5bdfc0d

Please sign in to comment.