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
Issue Summary Pluck's update system deliberately skips SSL certificate validation.
Detailed Description Within update_applet.php is the following code:
// Dont check ssl certifical curl_setopt($geturl, CURLOPT_SSL_VERIFYPEER, false);
This ensures peer SSL certificates are never valdiated.
Impact In theory, this vulnerability can make the Pluck's update system susceptible to Man-in-the-middle attacks.
The text was updated successfully, but these errors were encountered:
disable option to disable certcheck issue #101
ca3fae7
Could you perform a retest with the latest dev version?
Sorry, something went wrong.
Hello,
I confirm that the reported missing SSL Certificate Validation issue has been fixed. :)
你好 我确认报告的缺少SSL证书验证问题已修复。:)
你好
我确认报告的缺少SSL证书验证问题已修复。:)
Boss, how did you apply for the cve number?
No branches or pull requests
Issue Summary
Pluck's update system deliberately skips SSL certificate validation.
Detailed Description
Within update_applet.php is the following code:
This ensures peer SSL certificates are never valdiated.
Impact
In theory, this vulnerability can make the Pluck's update system susceptible to Man-in-the-middle attacks.
The text was updated successfully, but these errors were encountered: