Pdf Editor
Approved changes feed: RSS · Atom
cpe:2.3:a:foxit:pdf_editor:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Foxit (3778a6df-af29-5bee-a995-959672e13d77) |
|---|---|
| Product | Pdf Editor (9ffd62d3-3123-511f-93d6-d83211921c55) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-5943 |
vulnerable | 2026-06-03 15:27:54.492989 |
Foxit PDF Editor/Reader AcroForm Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Document structural anomalies caused inconsistencies between page element relationships and internal index states. When scripts triggered document modifications, object reference validity was not properly maintained, leading to a crash when accessing an invalid pointer during page information queries.
Published: 2026-04-27T11:00:31.554Z
Updated: 2026-04-28T03:55:23.507Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-5942 |
vulnerable | 2026-06-03 15:27:54.492478 |
Foxit PDF Editor/Reader AcroForm Signature Use-After-Free Vulnerability
MEDIUM (5.5)
Flaws in page lifecycle management allow document structure changes to desynchronize internal component states, causing subsequent operations to access invalidated objects and crash the program.
Published: 2026-04-27T11:00:33.818Z
Updated: 2026-04-27T13:43:18.769Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-5941 |
vulnerable | 2026-06-03 15:27:54.491860 |
Foxit PDF Editor/Reader AcroForm Signature Remote Code Execution Vulnerability
HIGH (7.8)
Parsing logic flaws cause non-signature data to be misidentified as valid signatures when processing malformed form field hierarchies, leading to invalid memory writes and program crashes during internal data structure construction.
Published: 2026-04-27T11:00:25.495Z
Updated: 2026-04-28T03:55:25.754Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-5940 |
vulnerable | 2026-06-03 15:27:54.491395 |
Foxit PDF Editor/Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Calling a function that triggers a UI refresh after removing comments via a script may access an invalidated object, leading to program crashes.
Published: 2026-04-27T11:00:36.200Z
Updated: 2026-04-28T03:55:22.371Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-5939 |
vulnerable | 2026-06-03 15:27:54.490785 |
UAF in Foxit PDF Editor/Reader via XFA calculate event
MEDIUM (5.5)
A crafted XFA PDF can trigger a use-after-free condition during calculate event processing, causing the application to crash and resulting in an arbitrary code execution.
Published: 2026-04-27T11:00:29.102Z
Updated: 2026-04-28T12:50:41.920Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-5938 |
vulnerable | 2026-06-03 15:27:54.490199 |
Foxit PDF Editor/Reader Infinite Loop Denial-of-Service Vulnerability
MEDIUM (5.5)
Improper control flow management allows a crafted document action chain to cause modal dialog reentry on the main thread, resulting in UI freeze and denial of service.
Published: 2026-04-27T11:00:38.202Z
Updated: 2026-04-27T13:42:57.699Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-5937 |
vulnerable | 2026-06-03 15:27:54.484261 |
Foxit PDF Editor/Reader's insufficient parameter validation leads to denial-of-service vulnerability
MEDIUM (5.5)
Insufficient parameter verification leads to the occurrence of format errors in files, which will trigger an unhandled "std::invalid_argument" exception, ultimately causing the program to terminate.
Published: 2026-04-27T11:00:42.447Z
Updated: 2026-04-27T13:42:51.578Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3780 |
vulnerable | 2026-06-03 15:23:33.482766 |
Foxit PDF Editor/Reader Installer Uncontrolled Search Path Privilege Escalation
HIGH (7.3)
The application's installer runs with elevated privileges but resolves system executables and DLLs using untrusted search paths that can include user-writable directories, allowing a local attacker to place malicious binaries with the same names and have them loaded or executed instead of the legitimate system files, resulting in local privilege escalation.
Published: 2026-04-01T01:40:33.511Z
Updated: 2026-04-02T02:14:27.519Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3779 |
vulnerable | 2026-06-03 15:23:33.481960 |
Foxit PDF Editor/Reader List Box Calculate Array Use-After-Free Vulnerability
HIGH (7.8)
The application's list box calculate array logic keeps stale references to page or form objects after they are deleted or re-created, which allows crafted documents to trigger a use-after-free when the calculation runs and can potentially lead to arbitrary code execution.
Published: 2026-04-01T01:40:29.712Z
Updated: 2026-04-02T02:14:05.708Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3778 |
vulnerable | 2026-06-03 15:23:33.481108 |
Stack exhaustion caused by cyclic references in Foxit PDF Editor/Reader
MEDIUM (6.2)
The application does not detect or guard against cyclic PDF object references while handling JavaScript in PDF. When pages and annotations are crafted that reference each other in a loop, passing the document to APIs (e.g., SOAP) that perform deep traversal can cause uncontrolled recursion, stack exhaustion, and application crashes.
Published: 2026-04-01T01:40:31.681Z
Updated: 2026-04-02T02:13:28.588Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3777 |
vulnerable | 2026-06-03 15:23:33.480248 |
Use after free of view cache in Foxit PDF Editor/Reader
MEDIUM (5.5)
The application does not properly validate the lifetime and validity of internal view cache pointers after JavaScript changes the document zoom and page state. When a script modifies the zoom property and then triggers a page change, the original view object may be destroyed while stale pointers are still kept and later dereferenced, which under crafted JavaScript and document structures can lead to a use-after-free condition and potentially allow arbitrary code execution.
Published: 2026-04-01T01:40:27.829Z
Updated: 2026-04-02T02:12:55.076Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3776 |
vulnerable | 2026-06-03 15:23:33.479600 |
Null pointer dereference in Foxit PDF Editor/Reader when accessing stamp annotation
MEDIUM (5.5)
The application does not validate the presence of required appearance (AP) data before accessing stamp annotation resources. When a PDF contains a stamp annotation missing its AP entry, the code continues to dereference the associated object without a prior null or validity check, which allows a crafted document to trigger a null pointer dereference and crash the application, resulting in denial of service.
Published: 2026-04-01T01:40:35.260Z
Updated: 2026-04-02T02:12:28.499Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3775 |
vulnerable | 2026-06-03 15:23:33.479041 |
Foxit PDF Editor/Reader Update Service Uncontrolled Search Path Element Local Privilege Escalation Vulnerability
HIGH (7.8)
The application's update service, when checking for updates, loads certain system libraries from a search path that includes directories writable by low‑privileged users and is not strictly restricted to trusted system locations. Because these libraries may be resolved and loaded from user‑writable locations, a local attacker can place a malicious library there and have it loaded with SYSTEM privileges, resulting in local privilege escalation and arbitrary code execution.
Published: 2026-04-01T01:40:36.975Z
Updated: 2026-04-02T02:11:52.749Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3774 |
vulnerable | 2026-06-03 15:23:33.476143 |
Self-Modifications Affecting Altered Printing and Redaction in Foxit PDF Editor
MEDIUM (4.7)
The application allows PDF JavaScript and document/print actions (such as WillPrint/DidPrint) to update form fields, annotations, or optional content groups (OCGs) immediately before or after redaction, encryption, or printing. These script‑driven updates are not fully covered by the existing redaction, encryption, and printing logic, which, under specific document structures and user workflows, may cause a small amount of sensitive content to remain unremoved or unencrypted as expected, or result in printed output that slightly differs from what was reviewed on screen.
Published: 2026-04-01T01:40:39.223Z
Updated: 2026-04-02T02:11:11.364Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9330 |
vulnerable | 2026-06-03 15:13:46.268235 |
Foxit PDF Reader Update Service Uncontrolled Search Path Element Local Privilege Escalation Vulnerability
HIGH (7.8)
Foxit PDF Reader Update Service Uncontrolled Search Path Element Local Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of Foxit PDF Reader. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability.
The specific flaw exists within the Foxit Reader Update Service. The product loads a library from an unsecured location. An attacker can leverage this vulnerability to escalate privileges and execute code in the context of SYSTEM. Was ZDI-CAN-25709.
Published: 2025-09-02T20:09:51.190Z
Updated: 2025-09-02T20:39:14.133Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9329 |
vulnerable | 2026-06-03 15:13:46.267734 |
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PRC files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-26772.
Published: 2025-09-02T20:08:56.886Z
Updated: 2025-09-03T14:32:43.123Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9328 |
vulnerable | 2026-06-03 15:13:46.267082 |
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PRC files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-26773.
Published: 2025-09-02T20:09:04.564Z
Updated: 2025-09-03T14:31:28.327Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9327 |
vulnerable | 2026-06-03 15:13:46.266588 |
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PRC files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-26774.
Published: 2025-09-02T20:09:11.963Z
Updated: 2025-09-03T14:30:11.038Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9326 |
vulnerable | 2026-06-03 15:13:46.265802 |
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PRC files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-26784.
Published: 2025-09-02T20:09:20.028Z
Updated: 2025-09-02T20:41:46.941Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9325 |
vulnerable | 2026-06-03 15:13:46.264972 |
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PRC files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-26785.
Published: 2025-09-02T20:09:27.758Z
Updated: 2025-09-02T20:41:31.376Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9324 |
vulnerable | 2026-06-03 15:13:46.262452 |
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader PRC File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PRC files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-26802.
Published: 2025-09-02T20:09:34.797Z
Updated: 2025-09-02T20:39:52.579Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9323 |
vulnerable | 2026-06-03 15:13:46.260728 |
Foxit PDF Reader JP2 File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader JP2 File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of JP2 files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-27101.
Published: 2025-09-02T20:09:42.290Z
Updated: 2025-09-02T20:39:34.719Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-66499 |
vulnerable | 2026-06-03 15:11:00.659099 |
Foxit PDF Reader PDF Parsing Heap-Based Buffer Overflow Remote Code Execution Vulnerability
HIGH (7.8)
A heap-based buffer overflow vulnerability exists in the PDF parsing of Foxit PDF Reader when processing specially crafted JBIG2 data. An integer overflow in the calculation of the image buffer size may occur, potentially allowing a remote attacker to execute arbitrary code.
Published: 2025-12-19T07:11:50.238Z
Updated: 2025-12-19T17:16:14.030Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-66498 |
vulnerable | 2026-06-03 15:11:00.658243 |
Foxit PDF Reader 3D Annotation Out-of-Bounds Memory Access Vulnerability
MEDIUM (5.3)
A memory corruption vulnerability exists in the 3D annotation handling of Foxit PDF Reader due to insufficient bounds checking when parsing U3D data. When opening a PDF file containing malformed or specially crafted PRC content, out-of-bounds memory access may occur, resulting in memory corruption.
Published: 2025-12-19T07:11:12.216Z
Updated: 2026-05-09T03:40:53.479Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-66497 |
vulnerable | 2026-06-03 15:11:00.657426 |
Foxit PDF Reader 3D Annotation Out-of-Bounds Memory Access Vulnerability
MEDIUM (5.3)
A memory corruption vulnerability exists in the 3D annotation handling of Foxit PDF Reader due to insufficient bounds checking when parsing PRC data. When opening a PDF file containing malformed or specially crafted PRC content, out-of-bounds memory access may occur, resulting in memory corruption.
Published: 2025-12-19T07:10:30.669Z
Updated: 2026-05-09T03:39:59.000Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-66496 |
vulnerable | 2026-06-03 15:11:00.656696 |
Foxit PDF Reader 3D Annotation Out-of-Bounds Memory Access Vulnerability
MEDIUM (5.3)
A memory corruption vulnerability exists in the 3D annotation handling of Foxit PDF Reader due to insufficient bounds checking when parsing PRC data. When opening a PDF file containing malformed or specially crafted PRC content, out-of-bounds memory access may occur, resulting in memory corruption.
Published: 2025-12-19T07:10:13.239Z
Updated: 2026-05-09T03:39:03.069Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-66495 |
vulnerable | 2026-06-03 15:11:00.652035 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
A use-after-free vulnerability exists in the annotation handling of Foxit PDF Reader before 2025.2.1, 14.0.1, and 13.2.1 on Windows and MacOS. When opening a PDF containing specially crafted JavaScript, a pointer to memory that has already been freed may be accessed or dereferenced, potentially allowing a remote attacker to execute arbitrary code.
Published: 2025-12-19T07:09:09.594Z
Updated: 2025-12-19T14:45:26.253Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-66494 |
vulnerable | 2026-06-03 15:11:00.651380 |
Foxit PDF Reader PDF File Parsing Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
A use-after-free vulnerability exists in the PDF file parsing of Foxit PDF Reader before 2025.2.1, 14.0.1, and 13.2.1 on Windows. A PDF object managed by multiple parent objects could be freed while still being referenced, potentially allowing a remote attacker to execute arbitrary code.
Published: 2025-12-19T07:08:51.349Z
Updated: 2025-12-19T14:49:35.554Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-66493 |
vulnerable | 2026-06-03 15:11:00.649470 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
A use-after-free vulnerability exists in the AcroForm handling of Foxit PDF Reader and Foxit PDF Editor before 2025.2.1,14.0.1 and 13.2.1
on Windows
. When opening a PDF containing specially crafted JavaScript, a pointer to memory that has already been freed may be accessed or dereferenced, potentially allowing a remote attacker to execute arbitrary code.
Published: 2025-12-19T07:07:43.476Z
Updated: 2025-12-19T14:51:03.967Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-59803 |
vulnerable | 2026-06-03 15:06:26.056274 |
Details available
Foxit PDF Editor and Reader before 2025.2.1 allow signature spoofing via triggers. An attacker can embed triggers (e.g., JavaScript) in a PDF document that execute during the signing process. When a signer reviews the document, the content appears normal. However, once the signature is applied, the triggers modify content on other pages or optional content layers without explicit warning. This can cause the signed PDF to differ from what the signer saw, undermining the trustworthiness of the digital signature. The fixed versions are 2025.2.1, 14.0.1, and 13.2.1.
Published: 2025-12-11T00:00:00.000Z
Updated: 2025-12-11T15:45:25.425Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-59802 |
vulnerable | 2026-06-03 15:06:26.049890 |
Details available
Foxit PDF Editor and Reader before 2025.2.1 allow signature spoofing via OCG. When Optional Content Groups (OCG) are supported, the state property of an OCG is runtime-only and not included in the digital signature computation buffer. An attacker can leverage JavaScript or PDF triggers to dynamically change the visibility of OCG content after signing (Post-Sign), allowing the visual content of a signed PDF to be modified without invalidating the signature. This may result in a mismatch between the signed content and what the signer or verifier sees, undermining the trustworthiness of the digital signature. The fixed versions are 2025.2.1, 14.0.1, and 13.2.1.
Published: 2025-12-11T00:00:00.000Z
Updated: 2025-12-11T15:51:24.461Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-55314 |
vulnerable | 2026-06-03 15:04:58.225075 |
Details available
An issue was discovered in Foxit PDF and Editor for Windows and macOS before 13.2 and 2025 before 2025.2. When pages in a PDF are deleted via JavaScript, the application may fail to properly update internal states. Subsequent annotation management operations assume these states are valid, causing dereference of invalid or released memory. This can lead to memory corruption, application crashes, and potentially allow an attacker to execute arbitrary code.
Published: 2025-12-11T00:00:00.000Z
Updated: 2025-12-11T15:54:42.854Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-55313 |
vulnerable | 2026-06-03 15:04:58.224429 |
Details available
An issue was discovered in Foxit PDF and Editor for Windows and macOS before 13.2 and 2025 before 2025.2. They allow potential arbitrary code execution when processing crafted PDF files. The vulnerability stems from insufficient handling of memory allocation failures after assigning an extremely large value to a form field's charLimit property via JavaScript. This can result in memory corruption and may allow an attacker to execute arbitrary code by persuading a user to open a malicious file.
Published: 2025-12-11T00:00:00.000Z
Updated: 2025-12-11T15:56:50.547Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-55312 |
vulnerable | 2026-06-03 15:04:58.223884 |
Details available
An issue was discovered in Foxit PDF and Editor for Windows before 13.2 and 2025 before 2025.2. When pages in a PDF are deleted via JavaScript, the application may fail to properly update internal states. Subsequent annotation management operations assume these states are valid, causing dereference of invalid or released memory. This can lead to memory corruption, application crashes, and potentially allow an attacker to execute arbitrary code.
Published: 2025-12-11T00:00:00.000Z
Updated: 2025-12-11T16:04:21.677Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-55311 |
vulnerable | 2026-06-03 15:04:58.223055 |
Details available
An issue was discovered in Foxit PDF and Editor for Windows and macOS before 13.2 and 2025 before 2025.2. A crafted PDF can use JavaScript to alter annotation content and subsequently clear the file's modification status via JavaScript interfaces. This circumvents digital signature verification by hiding document modifications, allowing an attacker to mislead users about the document's integrity and compromise the trustworthiness of signed PDFs.
Published: 2025-12-11T00:00:00.000Z
Updated: 2026-01-07T15:05:21.351Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-55310 |
vulnerable | 2026-06-03 15:04:58.222225 |
Details available
An issue was discovered in Foxit PDF and Editor for Windows and macOS before 13.2 and 2025 before 2025.2. An attacker able to alter or replace the static HTML files used by the StartPage feature can cause the application to load malicious or compromised content upon startup. This may result in information disclosure, unauthorized data access, or other security impacts.
Published: 2025-12-11T00:00:00.000Z
Updated: 2025-12-11T19:52:59.008Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-55309 |
vulnerable | 2026-06-03 15:04:58.219553 |
Details available
An issue was discovered in Foxit PDF and Editor for Windows and macOS before 13.2 and 2025 before 2025.2. A crafted PDF can contain JavaScript that attaches an OnBlur action on a form field that destroys an annotation. During user right-click interaction, the program's internal focus change handling prematurely releases the annotation object, resulting in a use-after-free vulnerability that may cause memory corruption or application crashes.
Published: 2025-12-11T00:00:00.000Z
Updated: 2025-12-11T19:56:16.742Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-55308 |
vulnerable | 2026-06-03 15:04:58.219187 |
Details available
An issue was discovered in Foxit PDF and Editor for Windows before 13.2 and 2025 before 2025.2. A crafted PDF containing JavaScript that calls closeDoc() while internal objects are still in use can cause premature release of these objects. This use-after-free vulnerability may lead to memory corruption, potentially resulting in information disclosure when the PDF is opened.
Published: 2025-12-11T00:00:00.000Z
Updated: 2025-12-11T20:09:26.261Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-55307 |
vulnerable | 2026-06-03 15:04:58.217143 |
Details available
An issue was discovered in Foxit PDF and Editor for Windows before 13.2 and 2025 before 2025.2. Opening a malicious PDF containing a crafted JavaScript call to search.query() with a crafted cDIPath parameter (e.g., "/") may cause an out-of-bounds read in internal path-parsing logic, potentially leading to information disclosure or memory corruption.
Published: 2025-12-11T00:00:00.000Z
Updated: 2025-12-11T20:12:59.723Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-13941 |
vulnerable | 2026-06-03 14:58:54.074370 |
Foxit PDF Reader Update Service Incorrect Permission Assignment Local Privilege Escalation Vulnerability
HIGH (8.8)
A local privilege escalation vulnerability exists in the Foxit PDF Reader/Editor Update Service. During plugin installation, incorrect file system permissions are assigned to resources used by the update service. A local attacker with low privileges could modify or replace these resources, which are later executed by the service, resulting in execution of arbitrary code with SYSTEM privileges.
Published: 2025-12-19T01:51:22.461Z
Updated: 2025-12-19T14:53:45.343Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-49576 |
vulnerable | 2026-06-03 14:57:12.719887 |
Details available
HIGH (8.8)
A use-after-free vulnerability exists in the way Foxit Reader 2024.3.0.26795 handles a checkbox CBF_Widget object. A specially crafted Javascript code inside a malicious PDF document can trigger this vulnerability, which can lead to memory corruption and result in arbitrary code execution. An attacker needs to trick the user into opening the malicious file to trigger this vulnerability. Exploitation is also possible if a user visits a specially crafted, malicious site if the browser plugin extension is enabled.
Published: 2024-12-18T15:57:33.904Z
Updated: 2024-12-18T18:03:41.559Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-47810 |
vulnerable | 2026-06-03 14:57:02.412671 |
Details available
HIGH (8.8)
A use-after-free vulnerability exists in the way Foxit Reader 2024.3.0.26795 handles a 3D page object. A specially crafted Javascript code inside a malicious PDF document can trigger this vulnerability, which can lead to memory corruption and result in arbitrary code execution. An attacker needs to trick the user into opening the malicious file to trigger this vulnerability. Exploitation is also possible if a user visits a specially crafted, malicious site if the browser plugin extension is enabled.
Published: 2024-12-18T15:57:33.217Z
Updated: 2024-12-18T18:03:40.626Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-32488 |
vulnerable | 2026-06-03 14:55:41.132791 |
Details available
In Foxit PDF Reader and Editor before 2024.1, Local Privilege Escalation could occur during update checks because weak permissions on the update-service folder allow attackers to place crafted DLL files there.
Published: 2024-04-15T00:00:00.000Z
Updated: 2024-08-09T15:38:30.038Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30371 |
vulnerable | 2026-06-03 14:55:37.849441 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-23355.
Published: 2024-04-02T20:28:59.183Z
Updated: 2024-08-02T01:32:07.236Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30367 |
vulnerable | 2026-06-03 14:55:37.787329 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-23013.
Published: 2024-04-02T20:27:37.842Z
Updated: 2024-08-02T01:32:07.304Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30366 |
vulnerable | 2026-06-03 14:55:37.786724 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-23002.
Published: 2024-04-03T16:24:26.378Z
Updated: 2024-08-08T21:06:33.758Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30365 |
vulnerable | 2026-06-03 14:55:37.786059 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22947.
Published: 2024-04-02T20:18:43.270Z
Updated: 2024-08-02T01:32:07.171Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30364 |
vulnerable | 2026-06-03 14:55:37.785146 |
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of U3D files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-23009.
Published: 2024-04-02T20:18:33.776Z
Updated: 2024-08-02T01:32:07.134Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30363 |
vulnerable | 2026-06-03 14:55:37.784574 |
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of U3D files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-23008.
Published: 2024-04-02T20:18:20.890Z
Updated: 2024-08-02T01:32:07.199Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30362 |
vulnerable | 2026-06-03 14:55:37.783940 |
Foxit PDF Reader PDF File Parsing Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader PDF File Parsing Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PDF files. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22798.
Published: 2024-04-02T20:18:04.752Z
Updated: 2024-08-02T01:32:07.262Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30361 |
vulnerable | 2026-06-03 14:55:37.783190 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22877.
Published: 2024-04-02T20:17:53.853Z
Updated: 2024-08-02T01:32:07.130Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30360 |
vulnerable | 2026-06-03 14:55:37.782482 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22797.
Published: 2024-04-02T20:17:40.995Z
Updated: 2024-08-02T01:32:07.215Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30359 |
vulnerable | 2026-06-03 14:55:37.781828 |
Foxit PDF Reader AcroForm 3D Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm 3D Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of 3D objects in AcroForms. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22888.
Published: 2024-04-02T20:17:26.652Z
Updated: 2024-08-02T01:32:07.216Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30358 |
vulnerable | 2026-06-03 14:55:37.781105 |
Foxit PDF Reader AcroForm User-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm User-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22821.
Published: 2024-04-02T20:17:11.501Z
Updated: 2024-08-02T01:32:07.239Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30357 |
vulnerable | 2026-06-03 14:55:37.780430 |
Foxit PDF Reader AcroForm Annotation Type Confusion Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Annotation Type Confusion Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects in AcroForms. The issue results from the lack of proper validation of user-supplied data, which can result in a type confusion condition. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22818.
Published: 2024-04-02T20:16:10.523Z
Updated: 2024-08-02T01:32:07.168Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30356 |
vulnerable | 2026-06-03 14:55:37.779850 |
Foxit PDF Reader AcroForm Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader AcroForm Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22811.
Published: 2024-04-02T20:15:57.029Z
Updated: 2024-08-02T01:32:07.127Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30355 |
vulnerable | 2026-06-03 14:55:37.779462 |
Foxit PDF Reader AcroForm Out-Of-Bounds Write Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22809.
Published: 2024-04-02T20:15:37.031Z
Updated: 2024-08-02T01:32:07.277Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30354 |
vulnerable | 2026-06-03 14:55:37.779030 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22808.
Published: 2024-04-02T20:15:26.857Z
Updated: 2024-08-02T01:32:07.280Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30353 |
vulnerable | 2026-06-03 14:55:37.778104 |
Foxit PDF Reader AcroForm Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22807.
Published: 2024-04-02T20:15:15.599Z
Updated: 2024-08-02T01:32:07.264Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30352 |
vulnerable | 2026-06-03 14:55:37.777229 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22800.
Published: 2024-04-02T20:15:02.950Z
Updated: 2024-08-02T01:32:07.246Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30351 |
vulnerable | 2026-06-03 14:55:37.776630 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22799.
Published: 2024-04-02T20:14:37.138Z
Updated: 2024-08-02T01:32:07.133Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30350 |
vulnerable | 2026-06-03 14:55:37.775806 |
Foxit PDF Reader Annotation Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Annotation Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22708.
Published: 2024-04-02T20:14:25.960Z
Updated: 2024-08-02T01:32:07.120Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30349 |
vulnerable | 2026-06-03 14:55:37.775346 |
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of U3D files. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22912.
Published: 2024-04-02T20:14:09.849Z
Updated: 2024-08-02T01:32:07.202Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30348 |
vulnerable | 2026-06-03 14:55:37.774715 |
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of U3D files. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22911.
Published: 2024-04-02T20:13:57.509Z
Updated: 2024-08-02T01:32:07.173Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30347 |
vulnerable | 2026-06-03 14:55:37.774123 |
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader U3D File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of U3D files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22910.
Published: 2024-04-02T20:13:44.724Z
Updated: 2025-02-27T20:18:20.689Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30346 |
vulnerable | 2026-06-03 14:55:37.773705 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22745.
Published: 2024-04-02T20:13:32.142Z
Updated: 2024-08-02T01:32:07.288Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30345 |
vulnerable | 2026-06-03 14:55:37.773108 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22742.
Published: 2024-04-02T20:13:20.386Z
Updated: 2024-08-02T01:32:07.060Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30344 |
vulnerable | 2026-06-03 14:55:37.772418 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Acroforms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22733.
Published: 2024-04-02T20:12:54.900Z
Updated: 2024-08-02T01:32:07.189Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30343 |
vulnerable | 2026-06-03 14:55:37.771623 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22721.
Published: 2024-04-02T20:12:18.694Z
Updated: 2024-09-06T16:20:39.305Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30342 |
vulnerable | 2026-06-03 14:55:37.770930 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22720.
Published: 2024-04-02T20:12:08.125Z
Updated: 2024-08-12T18:59:09.974Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30341 |
vulnerable | 2026-06-03 14:55:37.770533 |
Foxit PDF Reader Doc Object Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Doc Object Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22709.
Published: 2024-04-02T20:11:57.116Z
Updated: 2025-02-27T20:20:40.976Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30340 |
vulnerable | 2026-06-03 14:55:37.770119 |
Foxit PDF Reader Annotation Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Annotation Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22707.
Published: 2024-04-02T20:11:42.967Z
Updated: 2024-08-02T01:32:07.160Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30339 |
vulnerable | 2026-06-03 14:55:37.769756 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Acroforms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22706.
Published: 2024-04-02T20:11:25.499Z
Updated: 2024-08-08T21:08:12.597Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30338 |
vulnerable | 2026-06-03 14:55:37.769264 |
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22705.
Published: 2024-04-02T20:11:07.857Z
Updated: 2024-08-08T21:08:45.356Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30337 |
vulnerable | 2026-06-03 14:55:37.768878 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Acroforms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22704.
Published: 2024-04-02T20:10:46.578Z
Updated: 2024-08-02T01:32:07.114Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30336 |
vulnerable | 2026-06-03 14:55:37.768237 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22642.
Published: 2024-04-02T20:10:27.749Z
Updated: 2024-08-02T01:32:07.160Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30335 |
vulnerable | 2026-06-03 14:55:37.767656 |
Foxit PDF Reader AcroForm Annotation Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader AcroForm Annotation Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22641.
Published: 2024-04-02T17:48:13.134Z
Updated: 2024-08-02T01:32:07.241Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30334 |
vulnerable | 2026-06-03 14:55:37.767035 |
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22640.
Published: 2024-04-03T16:24:04.350Z
Updated: 2024-08-02T01:32:07.162Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30333 |
vulnerable | 2026-06-03 14:55:37.766655 |
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22639.
Published: 2024-04-03T16:23:28.166Z
Updated: 2024-08-27T13:30:17.162Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30332 |
vulnerable | 2026-06-03 14:55:37.766177 |
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22638.
Published: 2024-04-03T16:23:12.387Z
Updated: 2024-08-12T18:58:37.992Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30331 |
vulnerable | 2026-06-03 14:55:37.765656 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22637.
Published: 2024-04-03T16:23:02.442Z
Updated: 2024-08-02T01:32:07.269Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30330 |
vulnerable | 2026-06-03 14:55:37.764972 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22636.
Published: 2024-04-03T16:22:48.825Z
Updated: 2025-02-27T20:03:40.868Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30329 |
vulnerable | 2026-06-03 14:55:37.764522 |
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22634.
Published: 2024-04-03T16:22:37.379Z
Updated: 2024-08-27T15:31:32.268Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30328 |
vulnerable | 2026-06-03 14:55:37.764111 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22633.
Published: 2024-04-03T16:22:22.251Z
Updated: 2024-08-02T01:32:06.516Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30327 |
vulnerable | 2026-06-03 14:55:37.763581 |
Foxit PDF Reader template Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader template Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of template objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22632.
Published: 2024-04-03T16:22:11.355Z
Updated: 2024-08-27T19:48:02.803Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30326 |
vulnerable | 2026-06-03 14:55:37.761131 |
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22593.
Published: 2024-04-03T16:21:52.538Z
Updated: 2024-09-06T18:32:34.577Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30325 |
vulnerable | 2026-06-03 14:55:37.760723 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects in AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22592.
Published: 2024-04-03T16:21:32.080Z
Updated: 2024-08-08T21:07:07.508Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30324 |
vulnerable | 2026-06-03 14:55:37.760298 |
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22576.
Published: 2024-04-03T16:21:19.087Z
Updated: 2024-08-08T21:07:42.157Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30323 |
vulnerable | 2026-06-03 14:55:37.759709 |
Foxit PDF Reader template Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader template Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of template objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22501.
Published: 2024-04-03T16:21:07.052Z
Updated: 2024-08-02T01:32:07.024Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30322 |
vulnerable | 2026-06-03 14:55:37.752829 |
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22499.
Published: 2024-04-03T16:20:39.122Z
Updated: 2024-08-02T01:32:07.277Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-29072 |
vulnerable | 2026-06-03 14:55:26.756455 |
Details available
HIGH (8.2)
A privilege escalation vulnerability exists in the Foxit Reader 2024.2.0.25138. The vulnerability occurs due to improper certification validation of the updater executable before executing it. A low privilege user can trigger the update action which can result in unexpected elevation of privilege.
Published: 2024-05-28T13:52:58.113Z
Updated: 2025-02-13T17:47:36.385Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-25938 |
vulnerable | 2026-06-03 14:55:14.300836 |
Details available
HIGH (8.8)
A use-after-free vulnerability exists in the way Foxit Reader 2024.1.0.23997 handles a Barcode widget. A specially crafted JavaScript code inside a malicious PDF document can trigger reuse of a previously freed object, which can lead to memory corruption and result in arbitrary code execution. An attacker needs to trick the user into opening the malicious file to trigger this vulnerability. Exploitation is also possible if a user visits a specially crafted, malicious site if the browser plugin extension is enabled.
Published: 2024-04-30T14:38:40.223Z
Updated: 2025-11-04T17:14:32.777Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-25858 |
vulnerable | 2026-06-03 14:55:14.181764 |
Details available
In Foxit PDF Reader before 2024.1 and PDF Editor before 2024.1, code execution via JavaScript could occur because of an unoptimized prompt message for users to review parameters of commands.
Published: 2024-03-05T00:00:00.000Z
Updated: 2025-03-28T23:59:33.820Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-25648 |
vulnerable | 2026-06-03 14:55:13.937354 |
Details available
HIGH (8.8)
A use-after-free vulnerability exists in the way Foxit Reader 2024.1.0.23997 handles a ComboBox widget. A specially crafted JavaScript code inside a malicious PDF document can trigger reuse of a previously freed object, which can lead to memory corruption and result in arbitrary code execution. An attacker needs to trick the user into opening the malicious file to trigger this vulnerability. Exploitation is also possible if a user visits a specially crafted, malicious site if the browser plugin extension is enabled.
Published: 2024-04-30T14:38:39.662Z
Updated: 2025-12-16T18:13:17.669Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-25575 |
vulnerable | 2026-06-03 14:55:13.705014 |
Details available
HIGH (8.8)
A type confusion vulnerability vulnerability exists in the way Foxit Reader 2024.1.0.23997 handles a Lock object. A specially crafted Javascript code inside a malicious PDF document can trigger this vulnerability, which can lead to memory corruption and result in arbitrary code execution. An attacker needs to trick the user into opening the malicious file to trigger this vulnerability. Exploitation is also possible if a user visits a specially crafted, malicious site if the browser plugin extension is enabled.
Published: 2024-04-30T14:38:39.114Z
Updated: 2025-12-16T18:13:17.384Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-12753 |
vulnerable | 2026-06-03 14:54:23.111284 |
Foxit PDF Reader Link Following Local Privilege Escalation Vulnerability
MEDIUM (6.7)
Foxit PDF Reader Link Following Local Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of Foxit PDF Reader. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability.
The specific flaw exists within the product installer. By creating a junction, an attacker can abuse the installer process to create an arbitrary file. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of SYSTEM. Was ZDI-CAN-25408.
Published: 2024-12-30T20:14:13.391Z
Updated: 2025-01-09T19:26:22.102Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-12752 |
vulnerable | 2026-06-03 14:54:23.110739 |
Foxit PDF Reader AcroForm Memory Corruption Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Memory Corruption Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of proper validation of user-supplied data, which can result in a memory corruption condition. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-25345.
Published: 2024-12-30T20:13:55.716Z
Updated: 2025-01-01T04:56:26.938Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-12751 |
vulnerable | 2026-06-03 14:54:23.109441 |
Foxit PDF Reader AcroForm Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-25344.
Published: 2024-12-30T20:13:40.610Z
Updated: 2025-01-01T04:56:28.195Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51562 |
vulnerable | 2026-06-03 14:53:38.051305 |
Foxit PDF Reader AcroForm Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader AcroForm Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of AcroForms. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22500.
Published: 2024-05-03T02:15:01.655Z
Updated: 2024-08-02T22:40:32.568Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51561 |
vulnerable | 2026-06-03 14:53:38.050676 |
Foxit PDF Reader PDF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader PDF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PDF files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22283.
Published: 2024-05-03T02:15:00.880Z
Updated: 2024-08-02T22:40:33.284Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51560 |
vulnerable | 2026-06-03 14:53:38.045158 |
Foxit PDF Reader Annotation Type Confusion Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Type Confusion Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of proper validation of user-supplied data, which can result in a type confusion condition. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22259.
Published: 2024-05-03T02:15:00.131Z
Updated: 2024-08-02T22:40:32.586Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51559 |
vulnerable | 2026-06-03 14:53:38.044626 |
Foxit PDF Reader Doc Out-Of-Bounds Read Remote Code Execution Vulnerability
LOW (3.3)
Foxit PDF Reader Doc Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22258.
Published: 2024-05-03T02:14:59.243Z
Updated: 2024-08-02T22:40:34.002Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51558 |
vulnerable | 2026-06-03 14:53:38.044125 |
Foxit PDF Reader AcroForm Doc Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader AcroForm Doc Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22257.
Published: 2024-05-03T02:14:58.447Z
Updated: 2024-08-02T22:40:33.320Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51557 |
vulnerable | 2026-06-03 14:53:38.043657 |
Foxit PDF Reader AcroForm Doc Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Doc Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22256.
Published: 2024-05-03T02:14:57.662Z
Updated: 2024-08-02T22:40:34.013Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51556 |
vulnerable | 2026-06-03 14:53:38.043125 |
Foxit PDF Reader AcroForm Doc Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Doc Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22255.
Published: 2024-05-03T02:14:56.861Z
Updated: 2024-08-02T22:40:33.186Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51555 |
vulnerable | 2026-06-03 14:53:38.042500 |
Foxit PDF Reader Doc Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Doc Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22254.
Published: 2024-05-03T02:14:56.163Z
Updated: 2024-08-02T22:40:33.664Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51554 |
vulnerable | 2026-06-03 14:53:38.038143 |
Foxit PDF Reader Signature Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Signature Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Signature objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22122.
Published: 2024-05-03T02:14:55.379Z
Updated: 2024-08-02T22:40:32.609Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51553 |
vulnerable | 2026-06-03 14:53:38.037512 |
Foxit PDF Reader Bookmark Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Bookmark Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Bookmark objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22110.
Published: 2024-05-03T02:14:54.679Z
Updated: 2024-08-02T22:40:33.962Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51552 |
vulnerable | 2026-06-03 14:53:38.036813 |
Foxit PDF Reader AcroForm Signature Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Signature Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Signature objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22007.
Published: 2024-05-03T02:14:53.993Z
Updated: 2024-08-02T22:40:32.572Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51551 |
vulnerable | 2026-06-03 14:53:38.031147 |
Foxit PDF Reader AcroForm Signature Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Signature Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Signature objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22003.
Published: 2024-05-03T02:14:53.193Z
Updated: 2024-08-02T22:40:33.285Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51550 |
vulnerable | 2026-06-03 14:53:38.029196 |
Foxit PDF Reader combobox Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader combobox Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of combobox fields. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21870.
Published: 2024-05-03T02:14:52.511Z
Updated: 2024-08-02T22:40:33.622Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51549 |
vulnerable | 2026-06-03 14:53:38.024213 |
Foxit PDF Reader AcroForm Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21867.
Published: 2024-05-03T02:14:51.763Z
Updated: 2024-08-02T22:40:32.549Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42098 |
vulnerable | 2026-06-03 14:52:53.062197 |
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-22037.
Published: 2024-05-03T02:13:10.448Z
Updated: 2024-08-02T19:16:50.414Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42097 |
vulnerable | 2026-06-03 14:52:53.061755 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21902.
Published: 2024-05-03T02:13:09.635Z
Updated: 2024-08-02T19:16:50.139Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42096 |
vulnerable | 2026-06-03 14:52:53.061271 |
Foxit PDF Reader PDF File Parsing Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader PDF File Parsing Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PDF files. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21880.
Published: 2024-05-03T02:13:08.827Z
Updated: 2024-08-02T19:16:50.393Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42095 |
vulnerable | 2026-06-03 14:52:53.060774 |
Foxit PDF Reader AcroForm Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader AcroForm Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21879.
Published: 2024-05-03T02:13:08.136Z
Updated: 2024-08-02T19:16:50.103Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42094 |
vulnerable | 2026-06-03 14:52:53.060270 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21873.
Published: 2024-05-03T02:13:07.356Z
Updated: 2024-08-02T19:16:50.475Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42093 |
vulnerable | 2026-06-03 14:52:53.059760 |
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21869.
Published: 2024-05-03T02:13:06.659Z
Updated: 2024-08-02T19:16:50.152Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42092 |
vulnerable | 2026-06-03 14:52:53.059236 |
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21676.
Published: 2024-05-03T02:13:05.961Z
Updated: 2024-08-02T19:16:50.442Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42091 |
vulnerable | 2026-06-03 14:52:53.058637 |
Foxit PDF Reader XFA Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader XFA Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21601.
Published: 2024-05-03T02:13:05.209Z
Updated: 2024-08-02T19:16:50.090Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42090 |
vulnerable | 2026-06-03 14:52:53.056672 |
Foxit PDF Reader XFA Doc Object Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader XFA Doc Object Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21596.
Published: 2024-05-03T02:13:04.409Z
Updated: 2024-08-02T19:16:50.096Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-42089 |
vulnerable | 2026-06-03 14:52:53.053602 |
Foxit PDF Reader templates Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader templates Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of templates. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21586.
Published: 2024-05-03T02:13:03.647Z
Updated: 2024-08-02T19:16:50.107Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38119 |
vulnerable | 2026-06-03 14:52:30.321002 |
Foxit PDF Reader AcroForm signature Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm signature Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of signature fields. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21326.
Published: 2024-05-03T01:59:16.800Z
Updated: 2024-08-02T17:30:14.023Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38118 |
vulnerable | 2026-06-03 14:52:30.320633 |
Foxit PDF Reader AcroForm Doc Object Out-Of-Bounds Write Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Doc Object Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of an allocated object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21325.
Published: 2024-05-03T01:59:16.080Z
Updated: 2024-08-02T17:30:14.118Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38117 |
vulnerable | 2026-06-03 14:52:30.320201 |
Foxit PDF Reader AcroForm Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21293.
Published: 2024-05-03T01:59:15.351Z
Updated: 2024-08-02T17:30:13.640Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38116 |
vulnerable | 2026-06-03 14:52:30.319793 |
Foxit PDF Reader Doc Object Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Doc Object Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21292.
Published: 2024-05-03T01:59:14.507Z
Updated: 2024-08-02T17:30:14.037Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38115 |
vulnerable | 2026-06-03 14:52:30.319271 |
Foxit PDF Reader AcroForm Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader AcroForm Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21256.
Published: 2024-05-03T01:59:13.731Z
Updated: 2024-08-02T17:30:14.186Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38114 |
vulnerable | 2026-06-03 14:52:30.318811 |
Foxit PDF Reader AcroForm Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader AcroForm Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21085.
Published: 2024-05-03T01:59:12.952Z
Updated: 2024-08-02T17:30:14.051Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38113 |
vulnerable | 2026-06-03 14:52:30.316404 |
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21083.
Published: 2024-05-03T01:59:12.140Z
Updated: 2024-08-02T17:30:14.072Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38112 |
vulnerable | 2026-06-03 14:52:30.315944 |
Foxit PDF Reader XFA Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader XFA Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21062.
Published: 2024-05-03T01:59:11.371Z
Updated: 2024-08-02T17:30:14.061Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38111 |
vulnerable | 2026-06-03 14:52:30.315418 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21025.
Published: 2024-05-03T01:59:10.625Z
Updated: 2024-08-02T17:30:14.065Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38110 |
vulnerable | 2026-06-03 14:52:30.312496 |
Foxit PDF Reader AcroForm Doc Object Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader AcroForm Doc Object Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21023.
Published: 2024-05-03T01:59:09.891Z
Updated: 2024-08-02T17:30:14.037Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38109 |
vulnerable | 2026-06-03 14:52:30.310490 |
Foxit PDF Reader Doc Object Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Doc Object Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21022.
Published: 2024-05-03T01:59:08.997Z
Updated: 2024-08-02T17:30:13.963Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38108 |
vulnerable | 2026-06-03 14:52:30.310082 |
Foxit PDF Reader PDF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader PDF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PDF files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21020.
Published: 2024-05-03T01:59:08.242Z
Updated: 2024-08-02T17:30:14.098Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38107 |
vulnerable | 2026-06-03 14:52:30.306428 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21019.
Published: 2024-05-03T01:59:07.504Z
Updated: 2024-08-02T17:30:14.056Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38106 |
vulnerable | 2026-06-03 14:52:30.305927 |
Foxit PDF Reader PDF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader PDF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PDF files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21018.
Published: 2024-05-03T01:59:06.736Z
Updated: 2024-08-02T17:30:13.811Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-38105 |
vulnerable | 2026-06-03 14:52:30.304493 |
Foxit PDF Reader PDF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader PDF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PDF files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-21017.
Published: 2024-05-03T01:59:05.909Z
Updated: 2024-08-02T17:30:14.079Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-33240 |
vulnerable | 2026-06-03 14:52:13.265989 |
Details available
Foxit PDF Reader (12.1.1.15289 and earlier) and Foxit PDF Editor (12.1.1.15289 and all previous 12.x versions, 11.2.5.53785 and all previous 11.x versions, and 10.1.11.37866 and earlier) on Windows allows Local Privilege Escalation when installed to a non-default directory because unprivileged users have access to an executable file of a system service. This is fixed in 12.1.2.
Published: 2023-05-19T00:00:00.000Z
Updated: 2025-01-21T19:36:50.402Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-27366 |
vulnerable | 2026-06-03 14:51:01.044529 |
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-20225.
Published: 2024-05-03T01:56:16.688Z
Updated: 2024-08-02T12:09:43.420Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-27365 |
vulnerable | 2026-06-03 14:51:01.043954 |
Foxit PDF Editor DOC File Parsing Exposed Dangerous Method Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor DOC File Parsing Exposed Dangerous Method Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of DOC files. The issue results from the lack of proper restrictions on macro-enabled documents. An attacker can leverage this vulnerability to execute code in the context of the current process.
. Was ZDI-CAN-19739.
Published: 2024-05-03T01:56:15.953Z
Updated: 2024-09-18T18:28:06.028Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-27364 |
vulnerable | 2026-06-03 14:51:01.043342 |
Foxit PDF Editor XLS File Parsing Exposed Dangerous Method Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor XLS File Parsing Exposed Dangerous Method Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of XLS files. The issue results from the lack of proper restrictions on macro-enabled documents. An attacker can leverage this vulnerability to execute code in the context of the current process.
. Was ZDI-CAN-19738.
Published: 2024-05-03T01:56:15.231Z
Updated: 2024-09-18T18:28:05.297Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-27363 |
vulnerable | 2026-06-03 14:51:01.041212 |
Foxit PDF Reader exportXFAData Exposed Dangerous Method Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader exportXFAData Exposed Dangerous Method Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the exportXFAData method. The application exposes a JavaScript interface that allows writing arbitrary files. An attacker can leverage this vulnerability to execute code in the context of the current user. Was ZDI-CAN-19697.
Published: 2024-05-03T01:56:14.432Z
Updated: 2024-08-02T12:09:43.350Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-27331 |
vulnerable | 2026-06-03 14:51:00.934051 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-19475.
Published: 2024-05-03T01:55:54.722Z
Updated: 2024-08-02T12:09:43.447Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-27330 |
vulnerable | 2026-06-03 14:51:00.929461 |
Foxit PDF Reader XFA Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader XFA Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-19476.
Published: 2024-05-03T01:55:53.993Z
Updated: 2024-08-02T12:09:42.357Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-27329 |
vulnerable | 2026-06-03 14:51:00.928732 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-19477.
Published: 2024-05-03T01:55:53.200Z
Updated: 2024-08-02T12:09:43.036Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-47881 |
vulnerable | 2026-06-03 14:48:27.855843 |
Details available
Foxit PDF Reader and PDF Editor 11.2.1.53537 and earlier has an Out-of-Bounds Read vulnerability.
Published: 2023-01-18T00:00:00.000Z
Updated: 2025-04-04T14:26:28.255Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-43649 |
vulnerable | 2026-06-03 14:48:15.568525 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 12.0.2.12465. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-19478.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-12T16:58:47.047Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-43641 |
vulnerable | 2026-06-03 14:48:15.553659 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 12.0.1.12430. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of U3D files. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-18894.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-12T16:59:23.613Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-43640 |
vulnerable | 2026-06-03 14:48:15.553305 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 12.0.1.12430. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of PDF files. Crafted data in a PDF file can trigger a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-18629.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-12T17:37:53.952Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-43639 |
vulnerable | 2026-06-03 14:48:15.552932 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 12.0.1.12430. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of U3D files. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-18628.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-12T17:39:40.484Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-43638 |
vulnerable | 2026-06-03 14:48:15.552544 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 12.0.1.12430. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of U3D files. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-18627.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-12T17:40:24.111Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-43637 |
vulnerable | 2026-06-03 14:48:15.552051 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 12.0.1.12430. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of U3D files. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-18626.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-12T17:40:47.431Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37391 |
vulnerable | 2026-06-03 14:47:47.263777 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.2.53575. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-17661.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-18T19:37:50.474Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37390 |
vulnerable | 2026-06-03 14:47:47.263398 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.2.53575. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-17551.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-18T19:43:28.760Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37389 |
vulnerable | 2026-06-03 14:47:47.263028 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.2.53575. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-17545.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-18T19:44:24.348Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37388 |
vulnerable | 2026-06-03 14:47:47.262665 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.2.53575. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of PDF files. Crafted data in a PDF file can trigger a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-17516.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-18T19:55:04.950Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37387 |
vulnerable | 2026-06-03 14:47:47.262292 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.2.53575. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-17552.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:32:41.493Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37386 |
vulnerable | 2026-06-03 14:47:47.261915 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.2.53575. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the resetForm method. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-17550.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:32:57.714Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37385 |
vulnerable | 2026-06-03 14:47:47.261545 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-17301.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:32:26.081Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37384 |
vulnerable | 2026-06-03 14:47:47.261163 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the delay method. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-17327.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:32:07.979Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37383 |
vulnerable | 2026-06-03 14:47:47.260792 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-17111.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:31:50.753Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37382 |
vulnerable | 2026-06-03 14:47:47.260416 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the removeIcon method. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-17383.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:31:37.038Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37381 |
vulnerable | 2026-06-03 14:47:47.260031 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the AFSpecial_KeystrokeEx method. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-17110.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:26:13.049Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37380 |
vulnerable | 2026-06-03 14:47:47.259649 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of ADBC objects. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-17169.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:27:47.565Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37379 |
vulnerable | 2026-06-03 14:47:47.259259 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of the AFSpecial_KeystrokeEx method. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-17168.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:27:28.634Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37378 |
vulnerable | 2026-06-03 14:47:47.258815 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor 11.1.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the optimization of JavaScript functions. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16867.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:27:11.439Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37377 |
vulnerable | 2026-06-03 14:47:47.258388 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor 11.1.1.53537;. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within JavaScript optimizations. The issue results from an improper optimization, which can result in a type confusion condition. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16733.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:26:49.279Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-37376 |
vulnerable | 2026-06-03 14:47:47.256162 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Editor 11.1.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of arrays. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-16599.
Published: 2023-03-29T00:00:00.000Z
Updated: 2025-02-14T20:26:31.044Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-34875 |
vulnerable | 2026-06-03 14:47:37.193039 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of ADBC objects. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-16981.
Published: 2022-07-18T18:42:33.000Z
Updated: 2025-04-29T18:54:49.729Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-34874 |
vulnerable | 2026-06-03 14:47:37.192550 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.2.53575. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-17474.
Published: 2022-07-18T18:42:28.000Z
Updated: 2024-08-03T09:22:10.784Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-34873 |
vulnerable | 2026-06-03 14:47:37.192052 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Annotation objects. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-16777.
Published: 2022-07-18T18:42:22.000Z
Updated: 2024-08-03T09:22:10.739Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-30557 |
vulnerable | 2026-06-03 14:47:08.940789 |
Details available
Foxit PDF Reader and PDF Editor before 11.2.2 have a Type Confusion issue that causes a crash because of Unsigned32 mishandling during JavaScript execution.
Published: 2022-05-11T19:34:01.000Z
Updated: 2024-08-03T06:48:36.421Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28683 |
vulnerable | 2026-06-03 14:46:55.199436 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the deletePages method. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16828.
Published: 2022-07-18T18:42:17.000Z
Updated: 2024-08-03T06:03:52.997Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28682 |
vulnerable | 2026-06-03 14:46:55.199092 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16778.
Published: 2022-07-18T18:42:11.000Z
Updated: 2024-08-03T06:03:52.013Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28681 |
vulnerable | 2026-06-03 14:46:55.198765 |
Details available
LOW (2.5)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the deletePages method. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-16825.
Published: 2022-07-18T18:42:06.000Z
Updated: 2024-08-03T06:03:52.077Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28680 |
vulnerable | 2026-06-03 14:46:55.198421 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16821.
Published: 2022-07-18T18:42:01.000Z
Updated: 2024-08-03T06:03:52.475Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28679 |
vulnerable | 2026-06-03 14:46:55.198080 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16861.
Published: 2022-07-18T18:41:54.000Z
Updated: 2024-08-03T06:03:52.511Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28678 |
vulnerable | 2026-06-03 14:46:55.197734 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16805.
Published: 2022-07-18T18:41:50.000Z
Updated: 2024-08-03T06:03:52.006Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28677 |
vulnerable | 2026-06-03 14:46:55.197388 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16663.
Published: 2022-07-18T18:41:43.000Z
Updated: 2024-08-03T06:03:52.088Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28676 |
vulnerable | 2026-06-03 14:46:55.196913 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16643.
Published: 2022-07-18T18:41:38.000Z
Updated: 2024-08-03T06:03:52.035Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28675 |
vulnerable | 2026-06-03 14:46:55.196578 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16642.
Published: 2022-07-18T18:41:32.000Z
Updated: 2024-08-03T06:03:52.138Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28674 |
vulnerable | 2026-06-03 14:46:55.196250 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16644.
Published: 2022-07-18T18:41:28.000Z
Updated: 2024-08-03T06:03:51.980Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28673 |
vulnerable | 2026-06-03 14:46:55.195903 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16641.
Published: 2022-07-18T18:41:21.000Z
Updated: 2024-08-03T06:03:52.380Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28672 |
vulnerable | 2026-06-03 14:46:55.195573 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16640.
Published: 2022-07-18T18:41:16.000Z
Updated: 2024-08-03T06:03:51.980Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28671 |
vulnerable | 2026-06-03 14:46:55.195235 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16639.
Published: 2022-07-18T18:41:10.000Z
Updated: 2024-08-03T06:03:52.543Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28670 |
vulnerable | 2026-06-03 14:46:55.194868 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the processing of AcroForms. Crafted data in an AcroForm can trigger a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-16523.
Published: 2022-07-18T18:41:01.000Z
Updated: 2024-08-03T06:03:52.069Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-28669 |
vulnerable | 2026-06-03 14:46:55.194475 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.2.1.53537. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16420.
Published: 2022-07-18T18:40:55.000Z
Updated: 2024-08-03T06:03:51.931Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-27944 |
vulnerable | 2026-06-03 14:46:54.284351 |
Details available
Foxit PDF Reader before 12.0.1 and PDF Editor before 12.0.1 allow an exportXFAData NULL pointer dereference.
Published: 2022-08-06T19:19:52.000Z
Updated: 2024-08-03T05:41:10.828Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-27359 |
vulnerable | 2026-06-03 14:46:45.906801 |
Details available
Foxit PDF Reader before 12.0.1 and PDF Editor before 12.0.1 allow a this.maildoc NULL pointer dereference.
Published: 2022-05-05T18:34:56.000Z
Updated: 2024-08-03T05:25:32.622Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-26979 |
vulnerable | 2026-06-03 14:46:45.446286 |
Details available
Foxit PDF Reader before 12.0.1 and PDF Editor before 12.0.1 allow a NULL pointer dereference when this.Span is used for oState of Collab.addStateModel, because this.Span.text can be NULL.
Published: 2022-08-06T20:45:01.000Z
Updated: 2024-08-03T05:18:39.264Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-25641 |
vulnerable | 2026-06-03 14:46:37.987871 |
Details available
Foxit PDF Reader before 11.2.2 and PDF Editor before 11.2.2, and PhantomPDF before 10.1.8, mishandle cross-reference information during compressed-object parsing within signed documents. This leads to delivery of incorrect signature information via an Incremental Saving Attack and a Shadow Attack.
Published: 2022-08-29T04:53:44.000Z
Updated: 2024-08-03T04:42:50.320Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-25108 |
vulnerable | 2026-06-03 14:46:36.942360 |
Details available
Foxit PDF Reader and Editor before 11.2.1 and PhantomPDF before 10.1.7 allow a NULL pointer dereference during PDF parsing because the pointer is used without proper validation.
Published: 2022-03-07T04:15:57.000Z
Updated: 2024-08-03T04:29:01.577Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24971 |
vulnerable | 2026-06-03 14:46:36.739853 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of JPEG2000 images. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated structure. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15812.
Published: 2022-02-18T19:52:28.000Z
Updated: 2024-08-03T04:29:01.466Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24955 |
vulnerable | 2026-06-03 14:46:36.699069 |
Details available
Foxit PDF Reader before 11.2.1 and Foxit PDF Editor before 11.2.1 have an Uncontrolled Search Path Element for DLL files.
Published: 2022-02-11T01:40:02.000Z
Updated: 2024-08-03T04:29:01.644Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24954 |
vulnerable | 2026-06-03 14:46:36.698576 |
Details available
Foxit PDF Reader before 11.2.1 and Foxit PDF Editor before 11.2.1 have a Stack-Based Buffer Overflow related to XFA, for the 'subform colSpan="-2"' and 'draw colSpan="1"' substrings.
Published: 2022-02-11T01:40:20.000Z
Updated: 2024-08-03T04:29:01.456Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24908 |
vulnerable | 2026-06-03 14:46:36.577890 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of JP2 images. Crafted data in a JP2 image can trigger a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16187.
Published: 2023-03-28T00:00:00.000Z
Updated: 2025-02-19T19:23:26.991Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24907 |
vulnerable | 2026-06-03 14:46:36.576850 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of JP2 images. Crafted data in a JP2 image can trigger a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16186.
Published: 2023-03-28T00:00:00.000Z
Updated: 2025-02-19T19:24:11.328Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24370 |
vulnerable | 2026-06-03 14:46:29.867475 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader Foxit reader 11.0.1.0719 macOS. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of XFA forms. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14819.
Published: 2022-02-18T19:52:26.000Z
Updated: 2024-08-03T04:07:02.424Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24369 |
vulnerable | 2026-06-03 14:46:29.867020 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of JP2 images. Crafted data in a JP2 image can trigger a write past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-16087.
Published: 2022-02-18T19:52:25.000Z
Updated: 2024-08-03T04:07:02.540Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24368 |
vulnerable | 2026-06-03 14:46:29.866550 |
Details available
LOW (3.3)
This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-16115.
Published: 2022-02-18T19:52:24.000Z
Updated: 2024-08-03T04:07:02.468Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24367 |
vulnerable | 2026-06-03 14:46:29.866087 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15877.
Published: 2022-02-18T19:52:22.000Z
Updated: 2024-08-03T04:07:02.578Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24366 |
vulnerable | 2026-06-03 14:46:29.865639 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15853.
Published: 2022-02-18T19:52:21.000Z
Updated: 2024-08-03T04:07:02.534Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24365 |
vulnerable | 2026-06-03 14:46:29.865186 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15852.
Published: 2022-02-18T19:52:19.000Z
Updated: 2024-08-03T04:07:02.563Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24364 |
vulnerable | 2026-06-03 14:46:29.864754 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15851.
Published: 2022-02-18T19:52:18.000Z
Updated: 2024-08-03T04:07:02.430Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24363 |
vulnerable | 2026-06-03 14:46:29.864312 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15861.
Published: 2022-02-18T19:52:16.000Z
Updated: 2024-08-03T04:07:02.410Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24362 |
vulnerable | 2026-06-03 14:46:29.863856 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15987.
Published: 2022-02-18T19:52:15.000Z
Updated: 2024-08-03T04:07:02.526Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24361 |
vulnerable | 2026-06-03 14:46:29.863409 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of JPEG2000 images. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of an allocated structure. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15811.
Published: 2022-02-18T19:52:13.000Z
Updated: 2024-08-03T04:07:02.379Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24360 |
vulnerable | 2026-06-03 14:46:29.862973 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15744.
Published: 2022-02-18T19:52:12.000Z
Updated: 2024-08-03T04:07:02.567Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24359 |
vulnerable | 2026-06-03 14:46:29.862547 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15702.
Published: 2022-02-18T19:52:11.000Z
Updated: 2024-08-03T04:07:02.408Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24358 |
vulnerable | 2026-06-03 14:46:29.862116 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Doc objects. By performing actions in JavaScript, an attacker can trigger a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15703.
Published: 2022-02-18T19:52:09.000Z
Updated: 2024-08-03T04:07:02.523Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24357 |
vulnerable | 2026-06-03 14:46:29.861681 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader 11.1.0.52543. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15743.
Published: 2022-02-18T19:52:08.000Z
Updated: 2024-08-03T04:07:02.559Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24356 |
vulnerable | 2026-06-03 14:46:29.861177 |
Details available
HIGH (7.8)
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader Foxit reader 11.0.1.0719 macOS. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the OnMouseExit method. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14848.
Published: 2022-02-18T19:52:06.000Z
Updated: 2024-08-03T04:07:02.394Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-45980 |
vulnerable | 2026-06-03 14:45:39.170608 |
Details available
Foxit PDF Reader and PDF Editor before 11.1 on macOS allow remote attackers to execute arbitrary code via getURL in the JavaScript API.
Published: 2022-01-04T14:32:50.000Z
Updated: 2024-08-04T04:54:31.108Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-45979 |
vulnerable | 2026-06-03 14:45:39.170214 |
Details available
Foxit PDF Reader and PDF Editor before 11.1 on macOS allow remote attackers to execute arbitrary code via app.launchURL in the JavaScript API.
Published: 2022-01-04T14:31:34.000Z
Updated: 2024-08-04T04:54:31.378Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-45978 |
vulnerable | 2026-06-03 14:45:39.169118 |
Details available
Foxit PDF Reader and PDF Editor before 11.1 on macOS allow remote attackers to execute arbitrary code via xfa.host.gotoURL in the XFA API.
Published: 2022-01-04T14:30:21.000Z
Updated: 2024-08-04T04:54:31.247Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-41785 |
vulnerable | 2026-06-03 14:45:26.215814 |
Details available
Foxit PDF Reader before 11.1 and PDF Editor before 11.1, and PhantomPDF before 10.1.6, allow attackers to trigger a use-after-free and execute arbitrary code because JavaScript is mishandled.
Published: 2022-08-29T04:53:56.000Z
Updated: 2024-08-04T03:15:29.287Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-41784 |
vulnerable | 2026-06-03 14:45:26.215505 |
Details available
Foxit PDF Reader before 11.1 and PDF Editor before 11.1, and PhantomPDF before 10.1.6, allow attackers to trigger a use-after-free and execute arbitrary code because JavaScript is mishandled.
Published: 2022-08-29T04:54:05.000Z
Updated: 2024-08-04T03:15:29.337Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-41783 |
vulnerable | 2026-06-03 14:45:26.215189 |
Details available
Foxit PDF Reader before 11.1 and PDF Editor before 11.1, and PhantomPDF before 10.1.6, allow attackers to trigger a use-after-free and execute arbitrary code because JavaScript is mishandled.
Published: 2022-08-29T04:54:11.000Z
Updated: 2024-08-04T03:15:29.275Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-41782 |
vulnerable | 2026-06-03 14:45:26.214861 |
Details available
Foxit PDF Reader before 11.1 and PDF Editor before 11.1, and PhantomPDF before 10.1.6, allow attackers to trigger a use-after-free and execute arbitrary code because JavaScript is mishandled.
Published: 2022-08-29T04:54:17.000Z
Updated: 2024-08-04T03:15:29.250Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-41781 |
vulnerable | 2026-06-03 14:45:26.214511 |
Details available
Foxit PDF Reader before 11.1 and PDF Editor before 11.1, and PhantomPDF before 10.1.6, allow attackers to trigger a use-after-free and execute arbitrary code because JavaScript is mishandled.
Published: 2022-08-29T04:54:23.000Z
Updated: 2024-08-04T03:15:29.267Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-41780 |
vulnerable | 2026-06-03 14:45:26.214081 |
Details available
Foxit PDF Reader before 11.1 and PDF Editor before 11.1, and PhantomPDF before 10.1.6, allow attackers to trigger a use-after-free and execute arbitrary code because JavaScript is mishandled.
Published: 2022-08-29T04:54:27.000Z
Updated: 2024-08-04T03:15:29.199Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-40326 |
vulnerable | 2026-06-03 14:45:23.349823 |
Details available
Foxit PDF Reader before 11.1 and PDF Editor before 11.1, and PhantomPDF before 10.1.6, mishandle hidden and incremental data in signed documents. An attacker can write to an arbitrary file, and display controlled contents, during signature verification.
Published: 2022-08-29T04:54:36.000Z
Updated: 2024-08-04T02:27:31.889Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34976 |
vulnerable | 2026-06-03 14:44:48.511378 |
Foxit PDF Reader PDF File Parsing Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader PDF File Parsing Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of PDF files. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14659.
Published: 2024-05-07T22:54:48.308Z
Updated: 2024-08-04T00:26:55.718Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34975 |
vulnerable | 2026-06-03 14:44:48.510938 |
Foxit PDF Reader transitionToState Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader transitionToState Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the implementation of the transitionToState method. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15218.
Published: 2024-05-07T22:54:47.464Z
Updated: 2024-08-04T00:26:55.673Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34974 |
vulnerable | 2026-06-03 14:44:48.510461 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-15167.
Published: 2024-05-07T22:54:46.557Z
Updated: 2024-08-04T00:26:55.722Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34973 |
vulnerable | 2026-06-03 14:44:48.509919 |
Foxit PDF Reader PDF File Parsing Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader PDF File Parsing Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PDF files. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14968.
Published: 2024-05-07T22:54:45.669Z
Updated: 2024-08-04T00:26:55.940Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34972 |
vulnerable | 2026-06-03 14:44:48.509297 |
Foxit PDF Reader AcroForm Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader AcroForm Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the processing of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14975.
Published: 2024-05-07T22:54:44.780Z
Updated: 2024-08-04T00:26:55.786Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34971 |
vulnerable | 2026-06-03 14:44:48.508638 |
Foxit PDF Reader JPG2000 File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader JPG2000 File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the parsing of PDF files. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a heap-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14812.
Published: 2024-05-07T22:54:43.902Z
Updated: 2024-08-04T00:26:55.656Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34970 |
vulnerable | 2026-06-03 14:44:48.508167 |
Foxit PDF Reader print Method Use of Externally-Controlled Format String Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader print Method Use of Externally-Controlled Format String Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the implementation of the print method. The issue results from the lack of proper validation of a user-supplied string before using it as a format specifier. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14849.
Published: 2024-05-07T22:54:43.051Z
Updated: 2024-08-04T00:26:55.785Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34969 |
vulnerable | 2026-06-03 14:44:48.507644 |
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14622.
Published: 2024-05-07T22:54:42.262Z
Updated: 2024-08-04T00:26:55.745Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34968 |
vulnerable | 2026-06-03 14:44:48.507212 |
Foxit PDF Editor transitionToState Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor transitionToState Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the implementation of the transitionToState method. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14370.
Published: 2024-05-07T22:54:41.342Z
Updated: 2024-08-04T00:26:55.666Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34967 |
vulnerable | 2026-06-03 14:44:48.506798 |
Foxit PDF Editor Line Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Line Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14368.
Published: 2024-05-07T22:54:40.491Z
Updated: 2024-08-04T00:26:55.714Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34966 |
vulnerable | 2026-06-03 14:44:48.506405 |
Foxit PDF Editor FileAttachment Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor FileAttachment Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14367.
Published: 2024-05-07T22:54:39.596Z
Updated: 2024-08-04T00:26:55.841Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34965 |
vulnerable | 2026-06-03 14:44:48.506003 |
Foxit PDF Editor Squiggly Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Squiggly Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14361.
Published: 2024-05-07T22:54:38.726Z
Updated: 2024-08-04T00:26:55.776Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34964 |
vulnerable | 2026-06-03 14:44:48.505587 |
Foxit PDF Editor Polygon Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Polygon Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14366.
Published: 2024-05-07T22:54:37.825Z
Updated: 2024-08-04T00:26:55.650Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34963 |
vulnerable | 2026-06-03 14:44:48.505094 |
Foxit PDF Editor PolyLine Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor PolyLine Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14365.
Published: 2024-05-07T22:54:36.900Z
Updated: 2024-08-04T00:26:55.654Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34962 |
vulnerable | 2026-06-03 14:44:48.504694 |
Foxit PDF Editor Caret Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Caret Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14364.
Published: 2024-05-07T22:54:36.082Z
Updated: 2024-08-04T00:26:55.719Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34961 |
vulnerable | 2026-06-03 14:44:48.504148 |
Foxit PDF Editor Ink Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Ink Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14363.
Published: 2024-05-07T22:54:35.184Z
Updated: 2024-08-04T00:26:55.686Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34960 |
vulnerable | 2026-06-03 14:44:48.503665 |
Foxit PDF Editor Circle Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Circle Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14362.
Published: 2024-05-07T22:54:34.306Z
Updated: 2024-08-04T00:26:55.648Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34959 |
vulnerable | 2026-06-03 14:44:48.503176 |
Foxit PDF Editor Square Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Square Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14360.
Published: 2024-05-07T22:54:33.480Z
Updated: 2024-08-08T14:56:28.397Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34958 |
vulnerable | 2026-06-03 14:44:48.502752 |
Foxit PDF Editor Text Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Text Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14359.
Published: 2024-05-07T22:54:32.624Z
Updated: 2024-08-04T00:26:55.747Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34957 |
vulnerable | 2026-06-03 14:44:48.502263 |
Foxit PDF Editor Highlight Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Highlight Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14358.
Published: 2024-05-07T22:54:31.697Z
Updated: 2024-08-04T00:26:55.666Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34956 |
vulnerable | 2026-06-03 14:44:48.501766 |
Foxit PDF Editor Underline Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Underline Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14357.
Published: 2024-05-07T22:54:30.787Z
Updated: 2024-08-04T00:26:55.773Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34955 |
vulnerable | 2026-06-03 14:44:48.501246 |
Foxit PDF Editor Stamp Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor Stamp Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14356.
Published: 2024-05-07T22:54:29.958Z
Updated: 2024-08-04T00:26:55.716Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34954 |
vulnerable | 2026-06-03 14:44:48.500816 |
Foxit PDF Editor StrikeOut Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Editor StrikeOut Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14355.
Published: 2024-05-07T22:54:29.122Z
Updated: 2024-08-04T00:26:55.657Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34953 |
vulnerable | 2026-06-03 14:44:48.500432 |
Foxit PDF Reader Annotation Use of Uninitialized Variable Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use of Uninitialized Variable Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of proper initialization of a pointer prior to accessing it. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14658.
Published: 2024-05-07T22:54:28.311Z
Updated: 2024-08-04T00:26:55.742Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34952 |
vulnerable | 2026-06-03 14:44:48.499823 |
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14729.
Published: 2024-05-07T22:54:27.468Z
Updated: 2024-08-04T00:26:55.692Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34951 |
vulnerable | 2026-06-03 14:44:48.498025 |
Foxit PDF Reader Annotation Use of Uninitialized Variable Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Annotation Use of Uninitialized Variable Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of proper initialization of a pointer prior to accessing it. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14395.
Published: 2024-05-07T22:54:26.531Z
Updated: 2024-08-04T00:26:55.649Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34950 |
vulnerable | 2026-06-03 14:44:48.495408 |
Foxit PDF Reader Annotation Out-Of-Bounds Read Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Annotation Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14396.
Published: 2024-05-07T22:54:25.687Z
Updated: 2024-08-04T00:26:55.651Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34949 |
vulnerable | 2026-06-03 14:44:48.494751 |
Foxit PDF Reader Annotation Out-Of-Bounds Read Information Disclosure Vulnerability
LOW (3.3)
Foxit PDF Reader Annotation Out-Of-Bounds Read Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Annotation objects. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14273.
Published: 2024-05-07T22:54:24.800Z
Updated: 2024-08-04T00:26:55.710Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-34948 |
vulnerable | 2026-06-03 14:44:48.493212 |
Foxit PDF Reader Square Annotation Use-After-Free Remote Code Execution Vulnerability
HIGH (7.8)
Foxit PDF Reader Square Annotation Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of Square annotation objects. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-14272.
Published: 2024-05-07T22:54:23.864Z
Updated: 2024-08-04T00:26:55.744Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2011-10030 |
vulnerable | 2026-06-03 14:30:52.531246 |
Foxit PDF Reader < 4.3.1.0218 JavaScript File Write
Foxit PDF Reader < 4.3.1.0218 exposes a JavaScript API function, createDataObject(), that allows untrusted PDF content to write arbitrary files anywhere on disk. By embedding a malicious PDF that calls this API, an attacker can drop executables or scripts into privileged folders, leading to code execution the next time the system boots or the user logs in.
Published: 2025-08-20T15:33:20.083Z
Updated: 2026-05-15T11:13:49.015Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2010-20010 |
vulnerable | 2026-06-03 14:30:17.618363 |
Foxit PDF Reader < 4.2.0.0928 Title Stack Buffer Overflow
Foxit PDF Reader before 4.2.0.0928 does not properly bound-check the /Title entry in the PDF Info dictionary. A specially crafted PDF with an overlong Title string can overflow a fixed-size stack buffer, corrupt the Structured Exception Handler (SEH) chain, and lead to arbitrary code execution in the context of the user who opens the file.
Published: 2025-08-20T16:34:48.927Z
Updated: 2026-05-15T11:13:25.192Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.