-
Notifications
You must be signed in to change notification settings - Fork 513
[GHSA-wwq7-pxwc-p4rc] Improper Input Validation in Apache Axis2 #6497
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,7 +1,7 @@ | ||||||||||||||||||
| { | ||||||||||||||||||
| "schema_version": "1.4.0", | ||||||||||||||||||
| "id": "GHSA-wwq7-pxwc-p4rc", | ||||||||||||||||||
| "modified": "2022-07-12T22:27:16Z", | ||||||||||||||||||
| "modified": "2023-01-27T05:02:15Z", | ||||||||||||||||||
| "published": "2022-05-17T01:38:56Z", | ||||||||||||||||||
| "aliases": [ | ||||||||||||||||||
| "CVE-2012-5785" | ||||||||||||||||||
|
|
@@ -31,6 +31,22 @@ | |||||||||||||||||
| "database_specific": { | ||||||||||||||||||
| "last_known_affected_version_range": "<= 1.6.2" | ||||||||||||||||||
| } | ||||||||||||||||||
| }, | ||||||||||||||||||
| { | ||||||||||||||||||
| "package": { | ||||||||||||||||||
| "ecosystem": "Maven", | ||||||||||||||||||
| "name": "org.apache.axis2:axis2-transport-http" | ||||||||||||||||||
| }, | ||||||||||||||||||
| "ranges": [ | ||||||||||||||||||
| { | ||||||||||||||||||
| "type": "ECOSYSTEM", | ||||||||||||||||||
| "events": [ | ||||||||||||||||||
| { | ||||||||||||||||||
| "introduced": "0" | ||||||||||||||||||
| } | ||||||||||||||||||
| ] | ||||||||||||||||||
| } | ||||||||||||||||||
| ] | ||||||||||||||||||
| } | ||||||||||||||||||
|
Comment on lines
+49
to
50
|
||||||||||||||||||
| ] | |
| } | |
| ] | |
| , | |
| "database_specific": { | |
| "last_known_affected_version_range": "<= 1.6.2" | |
| } | |
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new package entry for
org.apache.axis2:axis2-transport-httpis missing afixedversion in theeventsarray. According to the existing entry fororg.apache.axis2:axis2, the vulnerability was fixed in version1.8.0. The new entry should include a similarfixedevent to specify which version resolved the vulnerability.Compare with the existing entry (lines 18-33) which includes:
{ "introduced": "0" }, { "fixed": "1.8.0" }The new entry should follow the same pattern to provide complete vulnerability information.