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

false positive in java project if dependency has word 'Interact' in pom i.e. pom of com.amazonaws:aws-java-sdk-core:1.11.467 #1609

Closed
vashistha opened this issue Dec 13, 2018 · 2 comments

Comments

@vashistha
Copy link

dependency check mvn clean org.owasp:dependency-check-maven:4.0.0:check returns 1 high, 2 medium and 1 low severity vulnerability if dependency pom contains word 'interact' anywhere such as in <name> or even in <description> element.

Reported CVE are CVE-2006-1642(Low), CVE-2006-1643(High), CVE-2006-1644(Medium) & CVE-2007-4177(Medium) for following CPE:
CPE
cpe:/a:interact:interact:2.1.1 and all previous versions

Description

Severity:High
CVSS Score: 7.5 (AV:N/AC:L/Au:N/C:P/I:P/A:P)

SQL injection vulnerability in login.php in Interact 2.1.1 allows remote attackers to execute arbitrary SQL commands via the user_name parameter. NOTE: the provenance of this information is unknown; the details are obtained from third party.
BID - 17385
VUPEN - ADV-2006-1244
XF - interact-login-sql-injection(25653)
Vulnerable Software & Versions: (show all)

cpe:/a:interact:interact:2.1.1 and all previous versions

Reproducing the false positive vulnerability

Create maven project with pom containing word 'interact' in <description> element. example - https://github.com/softwaresecurity/word-ws-dummy-project.git
Build the project mvn clean install
Add this project as dependency to another project. example - https://github.com/softwaresecurity/owasp-false-positives.git
Run dependency check mvn clean org.owasp:dependency-check-maven:4.0.0:check on later project.

@vashistha vashistha changed the title false positive in java project if dependency has word 'Interact' in pom false positive in java project if dependency has word 'Interact' in pom i.e. com.amazonaws:aws-java-sdk-core:1.11.467 Dec 13, 2018
@vashistha vashistha changed the title false positive in java project if dependency has word 'Interact' in pom i.e. com.amazonaws:aws-java-sdk-core:1.11.467 false positive in java project if dependency has word 'Interact' in pom i.e. pom of com.amazonaws:aws-java-sdk-core:1.11.467 Dec 13, 2018
@TobiX
Copy link
Contributor

TobiX commented Dec 13, 2018

This is probably #1580

@lock
Copy link

lock bot commented Jan 17, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Jan 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants