Skip to content
New issue

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

Pluck 4.7.15 - Missing SSL Certificate Validation in update_applet.php #101

Closed
naiagoesawoo opened this issue Apr 21, 2021 · 3 comments
Closed

Comments

@naiagoesawoo
Copy link

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.

@naiagoesawoo naiagoesawoo changed the title Missing SSL Certificate Validation in update_applet.php Pluck 4.7.15 - Missing SSL Certificate Validation in update_applet.php Apr 21, 2021
@BSteelooper
Copy link
Contributor

Could you perform a retest with the latest dev version?

@naiagoesawoo
Copy link
Author

Hello,

I confirm that the reported missing SSL Certificate Validation issue has been fixed. :)

@k0xx11
Copy link

k0xx11 commented Dec 26, 2021

你好

我确认报告的缺少SSL证书验证问题已修复。:)

Boss, how did you apply for the cve number?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants