rdblue opened a new issue, #16476: URL: https://github.com/apache/iceberg/issues/16476
> This issue was reported to the private Apache Iceberg security mailing list. The submitter is being kept anonymous because the report was sent to a private list. After review, the issue is not considered a serious vulnerability that needs to be kept private, so it is being filed publicly here for tracking and resolution. > > Note: this submission was generated by AI. Please review its claims and source references carefully before acting on them. # Summary Equality delete loading fully materializes delete files before building the lookup set, creating avoidable heap amplification on attacker-sized delete inputs. # Affected Maven coordinates * primary shipped client artifact: `org.apache.iceberg:iceberg-data` # Attacker prerequisites * ability to make the target process parse attacker-controlled or semi-trusted table data or metadata * enough repetition or input size to trigger the unchecked allocation or crash path # Impact * Large equality delete files can exhaust heap simply by being scanned. * Because delete application is automatic in the generic reader, this becomes a straightforward read-time DoS path in environments where attackers can publish oversized delete files or table metadata. # Proof status Source review only. The issue is visible directly from source. # Key source references * org.apache.iceberg.data.BaseDeleteLoader Current severity assessment [2]: Moderate [1] https://iceberg.apache.org/security/ [2] https://security.apache.org/blog/severityrating/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
