AutoFix PR#41
Open
nishfath wants to merge 1 commit into
Open
Conversation
SummaryHarness SAST and SCA detected 759 findings in this PR
Additionally there are 535 secrets leaked, and 191 vulnerabilities Get more information about this scan. |
Checking analysis of application
|
| ID | CVSS | Rating | CVE | Title |
|---|---|---|---|---|
| 195 | 10.0 | critical | CVE-2018-14721 | FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to conduct server-side request forgery (SSRF) attacks by leveraging failure to b… |
| 463 | 10.0 | critical | Deserialization: Use of Unsafe Library Which can Execute Arbitrary Code in AdminController.isAdmin |
|
| 75 | 9.8 | critical | CVE-2017-5929 | QOS.ch Logback before 1.2.0 has a serialization vulnerability affecting the SocketServer and ServerSocketReceiver components. The RemoteStreamAppenderCli… |
| 79 | 9.8 | critical | CVE-2017-5929 | QOS.ch Logback before 1.2.0 has a serialization vulnerability affecting the SocketServer and ServerSocketReceiver components. The RemoteStreamAppenderCli… |
| 177 | 9.8 | critical | CVE-2017-15095 | jackson-databind in versions prior to 2.8.11 and 2.9.4 contain a deserialization flaw which allows an unauthenticated user to perform code execution by s… |
| Severity rating | Count |
|---|---|
| Critical | 44 |
| High | 91 |
| Medium | 78 |
| Low | 11 |
| Finding Type | Count |
|---|---|
| Oss_vuln | 191 |
| Vuln | 29 |
| Secret | 5 |
| Security_issue | 4 |
| OWASP 2021 Category | Count |
|---|---|
| A03-Injection | 23 |
| A01-Broken-Access-Control | 3 |
| A08-Software-And-Data-Integrity-Failures | 2 |
| A05-Security-Misconfiguration | 2 |
| A09-Security-Logging-And-Monitoring-Failures | 1 |
| A07-Identification-And-Authentication-Failures | 1 |
| A02-Cryptographic-Failures | 1 |
| OWASP 2025 Category | Count |
|---|---|
| A05-Injection | 23 |
| A08-Software-Or-Data-Integrity-Failures | 2 |
| A06-Insecure-Design | 2 |
| A04-Cryptographic-Failures | 2 |
| A02-Security-Misconfiguration | 2 |
| A09-Security-Logging-And-Monitoring-Failures | 1 |
| A01-Broken-Access-Control | 1 |
1 rule failed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Harness SAST and SCA AutoFix
This PR was created automatically by the Harness SAST and SCA AutoFix tool.
As long as it is open, subsequent scans and generated fixes to this same branch will be added to it as new commits.
Each commit fixes one vulnerability.
Some manual intervention might be required before merging this PR.
Project Information
Findings/Vulnerabilities Fixed
Finding 1: Log Forging: External Data is Written Directly to Log in
exploit.pyVulnerability Description
The application writes external data directly to a log file.
Commits/Files Changed