We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Potentially vulnerability using TLS CBC ciphers
Expected behavior
The test item "LUCKY13" shoud be "OK" in testssh.sh test result.
To Reproduce Test with testssl.sh, it will report the issue in its test result.
Environment information
zhmc_prometheus_exporter --version
Command output
{ "id" : "LUCKY13", "severity" : "LOW", "cve" : "CVE-2013-0169", "cwe" : "CWE-310", "finding" : "potentially vulnerable, uses TLS CBC ciphers" }
Log file <-- If possible, attach a log file generated with '--log-comp all=debug --log exporter.log'. -->
The text was updated successfully, but these errors were encountered:
See #508 , should be solved together.
Sorry, something went wrong.
The two ciphers are CBC ciphers that are reported by testssl.sh:
LUCKY13 (CVE-2013-0169), experimental potentially VULNERABLE, uses cipher block chaining (CBC) ciphers with TLS. Check patches
This was on macOS with:
Solved with PR #551 .
andy-maier
Successfully merging a pull request may close this issue.
Describe the bug
Potentially vulnerability using TLS CBC ciphers
Expected behavior
The test item "LUCKY13" shoud be "OK" in testssh.sh test result.
To Reproduce
Test with testssl.sh, it will report the issue in its test result.
Environment information
zhmc_prometheus_exporter --version
:Command output
Log file
<-- If possible, attach a log file generated with '--log-comp all=debug --log exporter.log'. -->
The text was updated successfully, but these errors were encountered: