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

MAJOR vulnerability: bump httpclient from 4.3.6 to 4.5.3 #245

Open
wants to merge 1 commit into
base: 2.8.x
Choose a base branch
from

Conversation

MethodLevelAnalyzer
Copy link

@MethodLevelAnalyzer MethodLevelAnalyzer commented Jun 7, 2021

Vulnerability Information

Bumps apache-httpclient from 4.3.6 to 4.5.3.

Listed dependency org.apache.httpcomponents:httpclient contains vulnerable methods which are called from this project. This vulnerability appears to affect httpclient package versions lower than 4.5.3 (excluding). The vulnerability has been fixed in version 4.5.3, as can be seen from the package release notes.

Property Value
Linked CVE HTTPCLIENT-1803
Number of affected methods 10+
Severity MAJOR
Current version 4.3.6
Updated version 4.5.3
Backwards Compatibility True

Vulnerable method calls

Methods in this repository Used package methods Origin vulnerable method
edu.ksu.canvas.net/
SimpleRestClient.sendApiPost(OauthToken token, String url, Map<String, List<String>> postParameters, int connectTimeout, int readTimeout)
org.apache.http.client.methods/RequestBuilder.build() org.apache.http.client.util/
URIBuilder.normalizePath(String path)
weixin.popular.api/ScanAPI.productCreate(String accessToken, String postJson) org.apache.http.client.methods/RequestBuilder.build() org.apache.http.client.util/
URIBuilder.normalizePath(String path)

Whole set of methods

To see the whole set of methods that are affected, please take a look at the table in the markdown file here.

What do the columns represent?

The 1st column in the table indicates the method in this repository that was found to be affected by vulnerable methods from the httpclient package.

The 2nd column indicates the httpclient method that was directly called from this repository.

The 3rd column indicates the origin vulnerable method in the httpclient package. According to our dataset, this is one of the methods that produces the HTTPCLIENT-1803 vulnerability. This method was found to be internally chain-called in the httpclient package by the method listed in column 2.

How were the results generated?

This vulnerability was analyzed specifically for usage in this project using the FASTEN Project. Statical method-level analysis was used to check for usage of vulnerable methods in the project.

Method calls between your project and httpclient have been mapped into a directed graph. From this graph, it could be then be seen whether any vulnerable httpclient methods are being called from within your project.

Research Scope

We are a team of 3 BSc Computer Science students at the TU Delft. Our goal is to conduct research on how developers react to method-level vulnerability information that affects their projects. We would highly appreciate if you could help us with our research and please tick statements which apply to you below.

First impression checklist

  • I have read this pull request description.
  • I was aware of this dependency vulnerability affecting my project before being informed by this Pull Request.
  • I was convinced by the provided method information that this vulnerability indeed affects my project.
  • After seeing the provided method-level information, I plan on fixing the vulnerability.

After fixing vulnerability checklist

  • I found that the provided method information has made my process of dealing with the vulnerable dependency easier.
  • I have given priority to the task of fixing the vulnerability over other project tasks that are yet to be completed.
  • I would like to receive this kind of method information in future vulnerable dependency Pull Request descriptions.

@MethodLevelAnalyzer MethodLevelAnalyzer force-pushed the methodlevelanalyzer/maven/httpclient-4.5.3 branch 2 times, most recently from 12431db to af9fcc7 Compare June 7, 2021 13:20
@MethodLevelAnalyzer MethodLevelAnalyzer force-pushed the methodlevelanalyzer/maven/httpclient-4.5.3 branch from af9fcc7 to 7a329b8 Compare June 7, 2021 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant