Apache PDFBox | Security
Apache PDFBox
Overview
License
Community
Support
Mailing Lists
Issue Tracker
Project Team
Documentation
4.0 (not released)
Migration Guide
3.0
Migration Guide
Getting Started
Dependencies
Command-Line Tools
FAQ
API Docs
via javadoc.io
2.0
Migration Guide
Getting Started
Examples
Dependencies
Cookbook
Document Encryption
Command-Line Tools
FAQ
API Docs
via javadoc.io
Development
Building from Source
Coding Conventions
Update the Website
Jenkins
SonarCloud
JIRA
Ideas
External Links
Apache Software Foundation
About
Security
Sponsorship
Thanks
Security
Security Model
Processing untrusted PDFs is only supported to a point: malformed PDFs
will not cause remote code execution or other privilege escalation
problems. However, processing them they may cause unchecked exceptions
such as
StackOverflowException
or
NullPointerException
, or even use
unexpected amounts of memory or cpu usage, including exhaustion of these.
Reporting security issues
The Apache Software Foundation takes a very active stance in eliminating and disclosing security problems against its products.
We strongly encourage folks to report such problems to our private security mailing list first, before disclosing them in a public forum.
Please note that the security mailing list should only be used for reporting undisclosed security vulnerabilities and managing the process of fixing such vulnerabilities. We cannot accept regular bug reports or other queries at this address. All mail sent to this address that does not relate to an undisclosed security problem in our source code will be ignored.
If you need to report a bug that isn't an undisclosed security vulnerability, please contact one of our
mailing lists
The private security mailing address is:
security@apache.org
. Please send one plain-text email for each vulnerability you are reporting.
An overview of the vulnerability handling process is:
The reporter reports the vulnerability privately to
security@apache.org
The PDFBox security team works privately with the reporter to resolve the vulnerability.
The PDFBox project creates a new release of the package the vulnerabilty affects to deliver its fix.
The PDFBox project publicly announces the vulnerability and describes how to apply the fix.
Committers should read
a more detailed description of the process
. Reporters of security vulnerabilities may also find it useful