जमा करें #846762: HdrHistogram (Open Source) HdrHistogram 2.2.2 and earlier Improper Input Validationजानकारी

शीर्षकHdrHistogram (Open Source) HdrHistogram 2.2.2 and earlier Improper Input Validation
विवरणThe `DoubleHistogram.recordValue(double value)` method fails to validate against IEEE 754 special values. When `NaN` (Not-a-Number) is passed as the value, it bypasses the range check because `NaN` returns `false` for all comparison operators per the IEEE 754 specification. The NaN is then cast to `long` which produces `0L`, silently recording a phantom count at bucket 0 and corrupting all subsequent percentile and mean calculations.
स्रोत⚠️ https://github.com/HdrHistogram/HdrHistogram/issues/222
उपयोगकर्ता
 sara11h (UID 98571)
सबमिशन03/06/2026 09:56 AM (1 महीना पहले)
संयम04/07/2026 06:40 AM (1 month later)
स्थितिस्वीकृत
VulDB प्रविष्टि376282 [HdrHistogram तक 2.2.2 Range Check DoubleHistogram.java org.HdrHistogram.DoubleHistogram.recordValue अधिकार वृद्धि]
अंक19

Do you want to use VulDB in your project?

Use the official API to access entries easily!