Vulnerabilites related to Jenkins project - Jenkins Generic Webhook Trigger Plugin
cve-2021-21669
Vulnerability from cvelistv5
Published
2021-06-18 09:25
Modified
2024-08-03 18:23
Severity ?
EPSS score ?
Summary
Jenkins Generic Webhook Trigger Plugin 1.72 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.
References
▼ | URL | Tags |
---|---|---|
https://www.jenkins.io/security/advisory/2021-06-18/#SECURITY-2330 | x_refsource_CONFIRM | |
http://www.openwall.com/lists/oss-security/2021/06/18/1 | mailing-list, x_refsource_MLIST |
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Jenkins project | Jenkins Generic Webhook Trigger Plugin |
Version: unspecified < |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T18:23:27.500Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://www.jenkins.io/security/advisory/2021-06-18/#SECURITY-2330", }, { name: "[oss-security] 20210618 Vulnerability in Jenkins Generic Webhook Trigger Plugin", tags: [ "mailing-list", "x_refsource_MLIST", "x_transferred", ], url: "http://www.openwall.com/lists/oss-security/2021/06/18/1", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "Jenkins Generic Webhook Trigger Plugin", vendor: "Jenkins project", versions: [ { lessThanOrEqual: "1.72", status: "affected", version: "unspecified", versionType: "custom", }, ], }, ], descriptions: [ { lang: "en", value: "Jenkins Generic Webhook Trigger Plugin 1.72 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.", }, ], providerMetadata: { dateUpdated: "2023-10-24T15:51:37.302Z", orgId: "39769cd5-e6e2-4dc8-927e-97b3aa056f5b", shortName: "jenkins", }, references: [ { tags: [ "x_refsource_CONFIRM", ], url: "https://www.jenkins.io/security/advisory/2021-06-18/#SECURITY-2330", }, { name: "[oss-security] 20210618 Vulnerability in Jenkins Generic Webhook Trigger Plugin", tags: [ "mailing-list", "x_refsource_MLIST", ], url: "http://www.openwall.com/lists/oss-security/2021/06/18/1", }, ], x_legacyV4Record: { CVE_data_meta: { ASSIGNER: "jenkinsci-cert@googlegroups.com", ID: "CVE-2021-21669", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "Jenkins Generic Webhook Trigger Plugin", version: { version_data: [ { version_affected: "<=", version_value: "1.72", }, ], }, }, ], }, vendor_name: "Jenkins project", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "Jenkins Generic Webhook Trigger Plugin 1.72 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-611: Improper Restriction of XML External Entity Reference", }, ], }, ], }, references: { reference_data: [ { name: "https://www.jenkins.io/security/advisory/2021-06-18/#SECURITY-2330", refsource: "CONFIRM", url: "https://www.jenkins.io/security/advisory/2021-06-18/#SECURITY-2330", }, { name: "[oss-security] 20210618 Vulnerability in Jenkins Generic Webhook Trigger Plugin", refsource: "MLIST", url: "http://www.openwall.com/lists/oss-security/2021/06/18/1", }, ], }, }, }, }, cveMetadata: { assignerOrgId: "39769cd5-e6e2-4dc8-927e-97b3aa056f5b", assignerShortName: "jenkins", cveId: "CVE-2021-21669", datePublished: "2021-06-18T09:25:10", dateReserved: "2021-01-04T00:00:00", dateUpdated: "2024-08-03T18:23:27.500Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", }
cve-2022-25185
Vulnerability from cvelistv5
Published
2022-02-15 16:11
Modified
2024-08-03 04:36
Severity ?
EPSS score ?
Summary
Jenkins Generic Webhook Trigger Plugin 1.81 and earlier does not escape the build cause when using the webhook, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with Item/Configure permission.
References
▼ | URL | Tags |
---|---|---|
https://www.jenkins.io/security/advisory/2022-02-15/#SECURITY-2592 | x_refsource_CONFIRM | |
http://www.openwall.com/lists/oss-security/2022/02/15/2 | mailing-list, x_refsource_MLIST |
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Jenkins project | Jenkins Generic Webhook Trigger Plugin |
Version: unspecified < |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T04:36:05.762Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://www.jenkins.io/security/advisory/2022-02-15/#SECURITY-2592", }, { name: "[oss-security] 20220215 Multiple vulnerabilities in Jenkins plugins", tags: [ "mailing-list", "x_refsource_MLIST", "x_transferred", ], url: "http://www.openwall.com/lists/oss-security/2022/02/15/2", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "Jenkins Generic Webhook Trigger Plugin", vendor: "Jenkins project", versions: [ { lessThanOrEqual: "1.81", status: "affected", version: "unspecified", versionType: "custom", }, ], }, ], descriptions: [ { lang: "en", value: "Jenkins Generic Webhook Trigger Plugin 1.81 and earlier does not escape the build cause when using the webhook, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with Item/Configure permission.", }, ], providerMetadata: { dateUpdated: "2023-10-24T14:19:43.860Z", orgId: "39769cd5-e6e2-4dc8-927e-97b3aa056f5b", shortName: "jenkins", }, references: [ { tags: [ "x_refsource_CONFIRM", ], url: "https://www.jenkins.io/security/advisory/2022-02-15/#SECURITY-2592", }, { name: "[oss-security] 20220215 Multiple vulnerabilities in Jenkins plugins", tags: [ "mailing-list", "x_refsource_MLIST", ], url: "http://www.openwall.com/lists/oss-security/2022/02/15/2", }, ], x_legacyV4Record: { CVE_data_meta: { ASSIGNER: "jenkinsci-cert@googlegroups.com", ID: "CVE-2022-25185", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "Jenkins Generic Webhook Trigger Plugin", version: { version_data: [ { version_affected: "<=", version_value: "1.81", }, ], }, }, ], }, vendor_name: "Jenkins project", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "Jenkins Generic Webhook Trigger Plugin 1.81 and earlier does not escape the build cause when using the webhook, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with Item/Configure permission.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, ], }, ], }, references: { reference_data: [ { name: "https://www.jenkins.io/security/advisory/2022-02-15/#SECURITY-2592", refsource: "CONFIRM", url: "https://www.jenkins.io/security/advisory/2022-02-15/#SECURITY-2592", }, { name: "[oss-security] 20220215 Multiple vulnerabilities in Jenkins plugins", refsource: "MLIST", url: "http://www.openwall.com/lists/oss-security/2022/02/15/2", }, ], }, }, }, }, cveMetadata: { assignerOrgId: "39769cd5-e6e2-4dc8-927e-97b3aa056f5b", assignerShortName: "jenkins", cveId: "CVE-2022-25185", datePublished: "2022-02-15T16:11:10", dateReserved: "2022-02-15T00:00:00", dateUpdated: "2024-08-03T04:36:05.762Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", }
cve-2022-43412
Vulnerability from cvelistv5
Published
2022-10-19 00:00
Modified
2024-08-03 13:32
Severity ?
EPSS score ?
Summary
Jenkins Generic Webhook Trigger Plugin 1.84.1 and earlier uses a non-constant time comparison function when checking whether the provided and expected webhook token are equal, potentially allowing attackers to use statistical methods to obtain a valid webhook token.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Jenkins project | Jenkins Generic Webhook Trigger Plugin |
Version: unspecified < |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T13:32:58.730Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_transferred", ], url: "https://www.jenkins.io/security/advisory/2022-10-19/#SECURITY-2874", }, { name: "[oss-security] 20221019 Multiple vulnerabilities in Jenkins plugins", tags: [ "mailing-list", "x_transferred", ], url: "http://www.openwall.com/lists/oss-security/2022/10/19/3", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "Jenkins Generic Webhook Trigger Plugin", vendor: "Jenkins project", versions: [ { lessThanOrEqual: "1.84.1", status: "affected", version: "unspecified", versionType: "custom", }, ], }, ], descriptions: [ { lang: "en", value: "Jenkins Generic Webhook Trigger Plugin 1.84.1 and earlier uses a non-constant time comparison function when checking whether the provided and expected webhook token are equal, potentially allowing attackers to use statistical methods to obtain a valid webhook token.", }, ], providerMetadata: { dateUpdated: "2023-10-24T14:25:39.832Z", orgId: "39769cd5-e6e2-4dc8-927e-97b3aa056f5b", shortName: "jenkins", }, references: [ { url: "https://www.jenkins.io/security/advisory/2022-10-19/#SECURITY-2874", }, { name: "[oss-security] 20221019 Multiple vulnerabilities in Jenkins plugins", tags: [ "mailing-list", ], url: "http://www.openwall.com/lists/oss-security/2022/10/19/3", }, ], }, }, cveMetadata: { assignerOrgId: "39769cd5-e6e2-4dc8-927e-97b3aa056f5b", assignerShortName: "jenkins", cveId: "CVE-2022-43412", datePublished: "2022-10-19T00:00:00", dateReserved: "2022-10-18T00:00:00", dateUpdated: "2024-08-03T13:32:58.730Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", }