CVE-2024-24554: Bludit - Insecure Token Generation

Published Jun 24, 2024
·
Updated

Bludit uses predictable methods in combination with the MD5 hashing algorithm to generate sensitive tokens such as the API token and the user token. This allows attackers to authenticate against the Bludit API.

Affected Software

2 affected components
Bludit bludit
Bludit bludit>=3.14.0<=3.15.0

Remediation

Information

Generating secure API and user auth tokens in PHP involves creating unique and cryptographically secure strings that can be used as tokens for authentication purposes. The following code snippet is a basic example of how to generate secure API tokens in PHP: ```php function generateApiToken($length = 32) {     $token = bin2hex(random_bytes($length));     return $token; } ```

Event History

Jun 24, 2024
CVE Published
via MITRE·07:11 AM
Data Sourced
via MITRE·07:11 AM
RemedyDescriptionWeakness
Data Sourced
via NVD·08:15 AM
DescriptionSeverityWeaknessAffected Software
Apr 20, 57976
Event
via NVD·12:32 PM
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2024-24554?

CVE-2024-24554 is classified as a medium severity vulnerability due to its potential to allow unauthorized access through predictable token generation.

2

How do I fix CVE-2024-24554?

To mitigate CVE-2024-24554, it is recommended to update to the latest version of Bludit that resolves this token generation issue.

3

What types of tokens are affected by CVE-2024-24554?

CVE-2024-24554 affects the generation of sensitive tokens such as the API token and user token in Bludit.

4

What attack vector is associated with CVE-2024-24554?

CVE-2024-24554 allows attackers to potentially authenticate against the Bludit API due to the predictable token generation.

5

Which software versions are vulnerable to CVE-2024-24554?

CVE-2024-24554 affects all versions of Bludit that utilize the vulnerable token generation method.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203