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

Add detection for CVE-2024-37383 #128

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Add detection for CVE-2024-37383 #128

merged 2 commits into from
Oct 29, 2024

Conversation

nmasdoufi-ol
Copy link
Contributor

Description

Adds vulnerability detection for CVE-2024-37383, a cross-site scripting vulnerability in Roundcube Webmail that affects versions before 1.5.7 and 1.6.x before 1.6.7.

Implementation Details

  • Detects vulnerable Roundcube versions by matching the rcversion field in the application's root path response
  • Uses simple regex pattern to match vulnerable version ranges:
    • All versions up to 1.5.6 ([0-1]0[0-5]0[0-6])
    • Versions 1.6.0 through 1.6.6 (1060[0-6])

image

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.25%. Comparing base (d754aff) to head (6f93a4b).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #128      +/-   ##
==========================================
+ Coverage   96.22%   96.25%   +0.03%     
==========================================
  Files         162      164       +2     
  Lines        5794     5842      +48     
==========================================
+ Hits         5575     5623      +48     
  Misses        219      219              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@3asm 3asm merged commit 3fdb68c into main Oct 29, 2024
5 checks passed
@3asm 3asm deleted the feature/add-cve-2024-37383 branch October 29, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants