You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PDF import functionality is vulnerable to OS command injection due to use of shell option enabled. This could allow an attacker to injection OS command using pdfFilePath variable.
The PDF import functionality is vulnerable to OS command injection due to use of
shell
option enabled. This could allow an attacker to injection OS command usingpdfFilePath
variable.File: pdf.ts (lines: 39-47)
Vulnerable code snippet:
The text was updated successfully, but these errors were encountered: