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

Work around php bug #53632 (CVE-ID: 2010-4645) #1973

Closed
mattab opened this issue Jan 6, 2011 · 6 comments
Closed

Work around php bug #53632 (CVE-ID: 2010-4645) #1973

mattab opened this issue Jan 6, 2011 · 6 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Jan 6, 2011

We must work around http://bugs.php.net/bug.php?id=53632

see also http://devzone.zend.com/article/12916-PHP-Remote-Exploit-FIXED

@mattab
Copy link
Member Author

mattab commented Jan 6, 2011

(In [3647]) Fixes #1973

@robocoder
Copy link
Contributor

This should be moved to Common.php because that's where getRequestVar() is, and piwik.php doesn't always load Loader.php.

@mattab
Copy link
Member Author

mattab commented Jan 7, 2011

(In [3648]) Refs #1973 good point Anthon!

@robocoder
Copy link
Contributor

I took a look at the original bug report. The reporter notes that 2.2250738585072008e-308 to 2.2250738585072010e-308 are also affected.

@mattab
Copy link
Member Author

mattab commented Jan 19, 2011

the report says " 2.2250738585072008e-308, 2.2250738585072009e-308, 2.2250738585072010e-308 and 2.2250738585072012e-308 -- which all convert to the same floating-point value -- do not cause this problem."

I tested on my server which interestingly is affected by this bug, and only ...2011 works

@robocoder
Copy link
Contributor

Sorry. Misread. It's been a long day.

@mattab mattab added this to the Piwik 1.2 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Projects
None yet
Development

No branches or pull requests

2 participants