The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsA fix was pushed into the master branch but not yet published.
Affected versions of this package are vulnerable to Stack-based Buffer Overflow in the wc_PKCS7_BuildSignedAttributes function. An attacker can cause stack or heap memory corruption by providing untrusted input that controls the size of the signedAttribs array, leading to writing beyond the bounds of a fixed-size buffer during PKCS7 SignedData encoding. This is only exploitable if an application allows untrusted input to control the signedAttribs array size when calling PKCS7 signing functions.
This vulnerability can be mitigated by validating and limiting the number of custom signed attributes to no more than the allowed maximum, and ensuring untrusted input cannot control the signedAttribs array or its size.