You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During differential fuzzing with github.com/pandatix/go-cvss, I discovered that some invalid inputs did not raise errors.
This could be categorized as CWE-20.
For instance, the following Go code does not produce any error (using tag v1.4.4).
You can check this input is invalid by looking at the specification Table 13 which shows metrics are only uppercase.
This issue is similar to #15 but related to metrics directly and not their values.
The text was updated successfully, but these errors were encountered:
pandatix
changed the title
Improper Input Validation in CVSS v parsing
Improper Input Validation in CVSS v2 parsing
Jan 29, 2023
During differential fuzzing with
github.com/pandatix/go-cvss
, I discovered that some invalid inputs did not raise errors.This could be categorized as CWE-20.
For instance, the following Go code does not produce any error (using tag v1.4.4).
produces ->
You can check this input is invalid by looking at the specification Table 13 which shows metrics are only uppercase.
This issue is similar to #15 but related to metrics directly and not their values.
The text was updated successfully, but these errors were encountered: