CVE-2023-28677
https://notcve.org/view.php?id=CVE-2023-28677
Jenkins Convert To Pipeline Plugin 1.0 and earlier uses basic string concatenation to convert Freestyle projects' Build Environment, Build Steps, and Post-build Actions to the equivalent Pipeline step invocations, allowing attackers able to configure Freestyle projects to prepare a crafted configuration that injects Pipeline script code into the (unsandboxed) Pipeline resulting from a convertion by Jenkins Convert To Pipeline Plugin. • https://www.jenkins.io/security/advisory/2023-03-21/#SECURITY-2966 • CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') •
CVE-2023-28676
https://notcve.org/view.php?id=CVE-2023-28676
A cross-site request forgery (CSRF) vulnerability in Jenkins Convert To Pipeline Plugin 1.0 and earlier allows attackers to create a Pipeline based on a Freestyle project, potentially leading to remote code execution (RCE). • https://www.jenkins.io/security/advisory/2023-03-21/#SECURITY-2963 • CWE-352: Cross-Site Request Forgery (CSRF) •