9.3
CVE-2011-4126
- EPSS 0.47%
 - Veröffentlicht 27.10.2021 01:15:07
 - Zuletzt bearbeitet 21.11.2024 01:31:53
 - Quelle secalert@redhat.com
 - CVE-Watchlists
 - Unerledigt
 
Race condition issues were found in Calibre at devices/linux_mount_helper.c allowing unprivileged users the ability to mount any device to anywhere.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
	Calibre-ebook ≫ Calibre Version- 
| Typ | Quelle | Score | Percentile | 
|---|---|---|---|
| EPSS | FIRST.org | 0.47% | 0.633 | 
| Quelle | Base Score | Exploit Score | Impact Score | Vector String | 
|---|---|---|---|---|
| nvd@nist.gov | 8.1 | 2.2 | 5.9 | 
                 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H  
             | 
        
| nvd@nist.gov | 9.3 | 8.6 | 10 | 
                 AV:N/AC:M/Au:N/C:C/I:C/A:C  
             | 
        
CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition
The product checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. This can cause the product to perform invalid actions when the resource is in an unexpected state.