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

Modules for R7-2015-08 (Accellion FTA File Read & RCE) #5694

Merged
merged 4 commits into from
Jul 10, 2015

Conversation

hdm
Copy link
Contributor

@hdm hdm commented Jul 10, 2015

No description provided.

@hdm hdm added the module label Jul 10, 2015
@hdm
Copy link
Contributor Author

hdm commented Jul 10, 2015

These cover CVE-2015-2856 & CVE-2015-2857.

contents = res.body.to_s

# Check for patched versions of the FTA
if contents =~ / Missing session ID.*Accellion, Inc/m
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this worth putting in a check method?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for auxiliary modules (its main action is basically a check, so it might be worth adding a report_vuln()). The challenge is accurately fingerprinting the vulnerability requires a static file with known contents vs a user-configurable file name which could return any content.

@todb-r7 todb-r7 merged commit 728b338 into rapid7:master Jul 10, 2015
todb-r7 pushed a commit that referenced this pull request Jul 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants