Skip to content

Commit deccb27

Browse files
author
Maruan Sahyoun
committed
PDFBOX-6208: clarify sandbox is not a PDFBox provided one
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1934732 13f79535-47bb-0310-9956-ffa450edef68
1 parent 62073eb commit deccb27

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

SECURITY.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ PDFBox supports processing of untrusted (potentially malicious or malformed)
2121
PDF files **to a limited degree**:
2222

2323
- **In scope**: Remote code execution, privilege escalation, unauthorized data
24-
access, sandbox escape, or disproportionate resource amplification (i.e.
25-
small attacker-controlled inputs triggering catastrophic memory or CPU
26-
consumption) caused by processing an untrusted PDF document. These are
27-
genuine vulnerabilities and should be reported privately.
24+
access, escape from an embedding application's sandbox or security boundary,
25+
or disproportionate resource amplification (i.e. small attacker-controlled
26+
inputs triggering catastrophic memory or CPU consumption) caused by processing
27+
an untrusted PDF document. These are genuine vulnerabilities and should be
28+
reported privately.
2829

2930
- **Known limitations (not vulnerabilities)**: Malformed PDFs may cause
3031
unchecked exceptions such as `NullPointerException` or `StackOverflowError`,

0 commit comments

Comments
 (0)