ID CVE-2022-25309
Summary A heap-based buffer overflow flaw was found in the Fribidi package and affects the fribidi_cap_rtl_to_unicode() function of the fribidi-char-sets-cap-rtl.c file. This flaw allows an attacker to pass a specially crafted file to the Fribidi application with the '--caprtl' option, leading to a crash and causing a denial of service.
References
Vulnerable Configurations
  • cpe:2.3:a:gnu:fribidi:-:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:-:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:0.19.1:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:0.19.1:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:0.19.4:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:0.19.4:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:0.19.5:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:0.19.5:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:0.19.6:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:0.19.6:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:0.19.7:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:0.19.7:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.7:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.7:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.8:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.8:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.9:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.9:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.10:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.10:*:*:*:*:*:*:*
  • cpe:2.3:a:gnu:fribidi:1.0.11:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:fribidi:1.0.11:*:*:*:*:*:*:*
  • cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*
    cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*
  • cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*
    cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*
CVSS
Base: None
Impact:
Exploitability:
CWE CWE-122
CAPEC
  • Forced Integer Overflow
    This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.
Access
VectorComplexityAuthentication
Impact
ConfidentialityIntegrityAvailability
Last major update 12-02-2023 - 22:15
Published 06-09-2022 - 18:15
Last modified 12-02-2023 - 22:15
Back to Top