Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Security-Advisories/CVE-2018-20013
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
75 lines (38 sloc)
1.09 KB
This file contains 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
| > In UrBackup 2.2.6, | |
| > an attacker can send a malformed request to the client over the network, | |
| > and trigger a fileservplugin/CClientThread.cpp CClientThread::ProcessPacket metadata_id!=0 assertion, leading to shutting down the client application. | |
| > | |
| > ------------------------------------------ | |
| > | |
| > [VulnerabilityType Other] | |
| > Insecure assertion lead to DoS | |
| > | |
| > ------------------------------------------ | |
| > | |
| > [Vendor of Product] | |
| > UrBackup | |
| > | |
| > ------------------------------------------ | |
| > | |
| > [Affected Product Code Base] | |
| > UrBackup - 2.2.6 | |
| > | |
| > ------------------------------------------ | |
| > | |
| > [Affected Component] | |
| > The backup client has unsafe assertion in this line of code https://github.com/uroni/urbackup_backend/blob/dev/fileservplugin/CClientThread.cpp#L441 | |
| > | |
| > ------------------------------------------ | |
| > | |
| > [Attack Type] | |
| > Remote | |
| > | |
| > ------------------------------------------ | |
| > | |
| > [Impact Denial of Service] | |
| > true | |
| > | |
| > ------------------------------------------ | |
| > | |
| > [Attack Vectors] | |
| > unauthenticated attacker will send malformed request over the network |