Vulnerabilites related to vmware - rabbitmq_java_client
cve-2018-11087
Vulnerability from cvelistv5
Published
2018-09-14 20:00
Modified
2024-09-17 03:58
Severity ?
EPSS score ?
Summary
Pivotal Spring AMQP, 1.x versions prior to 1.7.10 and 2.x versions prior to 2.0.6, expose a man-in-the-middle vulnerability due to lack of hostname validation. A malicious user that has the ability to intercept traffic would be able to view data in transit.
References
▼ | URL | Tags |
---|---|---|
https://pivotal.io/security/cve-2018-11087 | x_refsource_CONFIRM |
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Pivotal | Spring AMQP |
Version: 1.x < 1.7.10 Version: 2.x < 2.0.6 |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-05T07:54:36.646Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://pivotal.io/security/cve-2018-11087", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "Spring AMQP", vendor: "Pivotal", versions: [ { lessThan: "1.7.10", status: "affected", version: "1.x", versionType: "custom", }, { lessThan: "2.0.6", status: "affected", version: "2.x", versionType: "custom", }, ], }, ], datePublic: "2018-09-11T00:00:00", descriptions: [ { lang: "en", value: "Pivotal Spring AMQP, 1.x versions prior to 1.7.10 and 2.x versions prior to 2.0.6, expose a man-in-the-middle vulnerability due to lack of hostname validation. A malicious user that has the ability to intercept traffic would be able to view data in transit.", }, ], problemTypes: [ { descriptions: [ { description: "TLS validation error", lang: "en", type: "text", }, ], }, ], providerMetadata: { dateUpdated: "2018-09-14T19:57:01", orgId: "c550e75a-17ff-4988-97f0-544cde3820fe", shortName: "dell", }, references: [ { tags: [ "x_refsource_CONFIRM", ], url: "https://pivotal.io/security/cve-2018-11087", }, ], source: { discovery: "UNKNOWN", }, title: "TLS validation error", x_legacyV4Record: { CVE_data_meta: { ASSIGNER: "security_alert@emc.com", DATE_PUBLIC: "2018-09-11T04:00:00.000Z", ID: "CVE-2018-11087", STATE: "PUBLIC", TITLE: "TLS validation error", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "Spring AMQP", version: { version_data: [ { affected: "<", version_affected: "<", version_name: "1.x", version_value: "1.7.10", }, { affected: "<", version_affected: "<", version_name: "2.x", version_value: "2.0.6", }, ], }, }, ], }, vendor_name: "Pivotal", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "Pivotal Spring AMQP, 1.x versions prior to 1.7.10 and 2.x versions prior to 2.0.6, expose a man-in-the-middle vulnerability due to lack of hostname validation. A malicious user that has the ability to intercept traffic would be able to view data in transit.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "TLS validation error", }, ], }, ], }, references: { reference_data: [ { name: "https://pivotal.io/security/cve-2018-11087", refsource: "CONFIRM", url: "https://pivotal.io/security/cve-2018-11087", }, ], }, source: { discovery: "UNKNOWN", }, }, }, }, cveMetadata: { assignerOrgId: "c550e75a-17ff-4988-97f0-544cde3820fe", assignerShortName: "dell", cveId: "CVE-2018-11087", datePublished: "2018-09-14T20:00:00Z", dateReserved: "2018-05-14T00:00:00", dateUpdated: "2024-09-17T03:58:41.663Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", }
cve-2023-46120
Vulnerability from cvelistv5
Published
2023-10-24 23:05
Modified
2024-09-11 13:20
Severity ?
EPSS score ?
Summary
The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. `maxBodyLebgth` was not used when receiving Message objects. Attackers could send a very large Message causing a memory overflow and triggering an OOM Error. Users of RabbitMQ may suffer from DoS attacks from RabbitMQ Java client which will ultimately exhaust the memory of the consumer. This vulnerability was patched in version 5.18.0.
References
▼ | URL | Tags |
---|---|---|
https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-mm8h-8587-p46h | x_refsource_CONFIRM | |
https://github.com/rabbitmq/rabbitmq-java-client/issues/1062 | x_refsource_MISC | |
https://github.com/rabbitmq/rabbitmq-java-client/commit/714aae602dcae6cb4b53cadf009323ebac313cc8 | x_refsource_MISC | |
https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.18.0 | x_refsource_MISC |
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
rabbitmq | rabbitmq-java-client |
Version: < 5.18.0 |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-02T20:37:39.470Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { name: "https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-mm8h-8587-p46h", tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-mm8h-8587-p46h", }, { name: "https://github.com/rabbitmq/rabbitmq-java-client/issues/1062", tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/issues/1062", }, { name: "https://github.com/rabbitmq/rabbitmq-java-client/commit/714aae602dcae6cb4b53cadf009323ebac313cc8", tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/commit/714aae602dcae6cb4b53cadf009323ebac313cc8", }, { name: "https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.18.0", tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.18.0", }, ], title: "CVE Program Container", }, { affected: [ { cpes: [ "cpe:2.3:a:rabbitmq:rabbitmq-java-client:*:*:*:*:*:*:*:*", ], defaultStatus: "unknown", product: "rabbitmq-java-client", vendor: "rabbitmq", versions: [ { lessThan: "5.18.0", status: "affected", version: "0", versionType: "custom", }, ], }, ], metrics: [ { other: { content: { id: "CVE-2023-46120", options: [ { Exploitation: "poc", }, { Automatable: "no", }, { "Technical Impact": "partial", }, ], role: "CISA Coordinator", timestamp: "2024-09-11T13:10:31.256070Z", version: "2.0.3", }, type: "ssvc", }, }, ], providerMetadata: { dateUpdated: "2024-09-11T13:20:34.629Z", orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0", shortName: "CISA-ADP", }, title: "CISA ADP Vulnrichment", }, ], cna: { affected: [ { product: "rabbitmq-java-client", vendor: "rabbitmq", versions: [ { status: "affected", version: "< 5.18.0", }, ], }, ], descriptions: [ { lang: "en", value: "The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. `maxBodyLebgth` was not used when receiving Message objects. Attackers could send a very large Message causing a memory overflow and triggering an OOM Error. Users of RabbitMQ may suffer from DoS attacks from RabbitMQ Java client which will ultimately exhaust the memory of the consumer. This vulnerability was patched in version 5.18.0.", }, ], metrics: [ { cvssV3_1: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 4.9, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-400", description: "CWE-400: Uncontrolled Resource Consumption", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2023-10-24T23:05:24.172Z", orgId: "a0819718-46f1-4df5-94e2-005712e83aaa", shortName: "GitHub_M", }, references: [ { name: "https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-mm8h-8587-p46h", tags: [ "x_refsource_CONFIRM", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-mm8h-8587-p46h", }, { name: "https://github.com/rabbitmq/rabbitmq-java-client/issues/1062", tags: [ "x_refsource_MISC", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/issues/1062", }, { name: "https://github.com/rabbitmq/rabbitmq-java-client/commit/714aae602dcae6cb4b53cadf009323ebac313cc8", tags: [ "x_refsource_MISC", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/commit/714aae602dcae6cb4b53cadf009323ebac313cc8", }, { name: "https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.18.0", tags: [ "x_refsource_MISC", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.18.0", }, ], source: { advisory: "GHSA-mm8h-8587-p46h", discovery: "UNKNOWN", }, title: "RabbitMQ Java client's lack of message size limitation leads to remote DoS attack", }, }, cveMetadata: { assignerOrgId: "a0819718-46f1-4df5-94e2-005712e83aaa", assignerShortName: "GitHub_M", cveId: "CVE-2023-46120", datePublished: "2023-10-24T23:05:24.172Z", dateReserved: "2023-10-16T17:51:35.571Z", dateUpdated: "2024-09-11T13:20:34.629Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", }
Vulnerability from fkie_nvd
Published
2023-10-25 18:17
Modified
2024-11-21 08:27
Severity ?
4.9 (Medium) - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Summary
The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. `maxBodyLebgth` was not used when receiving Message objects. Attackers could send a very large Message causing a memory overflow and triggering an OOM Error. Users of RabbitMQ may suffer from DoS attacks from RabbitMQ Java client which will ultimately exhaust the memory of the consumer. This vulnerability was patched in version 5.18.0.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
vmware | rabbitmq_java_client | * |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:vmware:rabbitmq_java_client:*:*:*:*:*:*:*:*", matchCriteriaId: "41FC145C-896D-47CD-A362-57F4A21BE730", versionEndExcluding: "5.18.0", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. `maxBodyLebgth` was not used when receiving Message objects. Attackers could send a very large Message causing a memory overflow and triggering an OOM Error. Users of RabbitMQ may suffer from DoS attacks from RabbitMQ Java client which will ultimately exhaust the memory of the consumer. This vulnerability was patched in version 5.18.0.", }, { lang: "es", value: "La librería cliente Java RabbitMQ permite que las aplicaciones basadas en Java y JVM se conecten e interactúen con los nodos RabbitMQ. `maxBodyLebgth` no se usó al recibir objetos de mensaje. Los atacantes podrían enviar un mensaje muy grande provocando un desbordamiento de la memoria y desencadenando un error OOM. Los usuarios de RabbitMQ pueden sufrir ataques DoS del cliente Java RabbitMQ que, en última instancia, agotarán la memoria del consumidor. Esta vulnerabilidad fue parcheada en la versión 5.18.0.", }, ], id: "CVE-2023-46120", lastModified: "2024-11-21T08:27:55.207", metrics: { cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 4.9, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, exploitabilityScore: 1.2, impactScore: 3.6, source: "security-advisories@github.com", type: "Secondary", }, { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 3.6, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2023-10-25T18:17:36.257", references: [ { source: "security-advisories@github.com", tags: [ "Patch", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/commit/714aae602dcae6cb4b53cadf009323ebac313cc8", }, { source: "security-advisories@github.com", tags: [ "Issue Tracking", "Patch", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/issues/1062", }, { source: "security-advisories@github.com", tags: [ "Release Notes", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.18.0", }, { source: "security-advisories@github.com", tags: [ "Exploit", "Vendor Advisory", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-mm8h-8587-p46h", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/commit/714aae602dcae6cb4b53cadf009323ebac313cc8", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Issue Tracking", "Patch", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/issues/1062", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Release Notes", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.18.0", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Exploit", "Vendor Advisory", ], url: "https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-mm8h-8587-p46h", }, ], sourceIdentifier: "security-advisories@github.com", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-400", }, ], source: "security-advisories@github.com", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-400", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
Vulnerability from fkie_nvd
Published
2018-09-14 20:29
Modified
2025-03-27 19:56
Severity ?
Summary
Pivotal Spring AMQP, 1.x versions prior to 1.7.10 and 2.x versions prior to 2.0.6, expose a man-in-the-middle vulnerability due to lack of hostname validation. A malicious user that has the ability to intercept traffic would be able to view data in transit.
References
▼ | URL | Tags | |
---|---|---|---|
security_alert@emc.com | https://pivotal.io/security/cve-2018-11087 | Mitigation, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://pivotal.io/security/cve-2018-11087 | Mitigation, Vendor Advisory |
Impacted products
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:pivotal_software:spring_advanced_message_queuing_protocol:*:*:*:*:*:*:*:*", matchCriteriaId: "566164E6-65C1-4C27-99DB-16C4D0C6AB76", versionEndExcluding: "1.7.10", versionStartIncluding: "1.0.0", vulnerable: true, }, { criteria: "cpe:2.3:a:pivotal_software:spring_advanced_message_queuing_protocol:*:*:*:*:*:*:*:*", matchCriteriaId: "41A3EA77-DF58-4670-8609-C0FA7A407C6E", versionEndExcluding: "2.0.6", versionStartIncluding: "2.0.0", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:vmware:rabbitmq_java_client:*:*:*:*:*:*:*:*", matchCriteriaId: "CAB8F295-EA89-4565-AE6B-9B8BD193459A", versionEndExcluding: "4.8.0", vulnerable: true, }, { criteria: "cpe:2.3:a:vmware:rabbitmq_java_client:*:*:*:*:*:*:*:*", matchCriteriaId: "C419AB2D-7C18-4F44-84A4-A4202D83AE44", versionEndExcluding: "5.4.0", versionStartIncluding: "4.8.1", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "Pivotal Spring AMQP, 1.x versions prior to 1.7.10 and 2.x versions prior to 2.0.6, expose a man-in-the-middle vulnerability due to lack of hostname validation. A malicious user that has the ability to intercept traffic would be able to view data in transit.", }, { lang: "es", value: "Pivotal Spring AMQP, en versiones 1.x anteriores a la 1.7.10 y versiones 2.x anteriores a la 2.0.6, expone una vulnerabilidad Man-in-the-Middle (MitM) debido a la falta de validación de nombres de host. Un usuario malicioso que pueda interceptar tráfico sería capaz de ver los datos en tránsito.", }, ], id: "CVE-2018-11087", lastModified: "2025-03-27T19:56:20.387", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "MEDIUM", cvssData: { accessComplexity: "MEDIUM", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "NONE", baseScore: 4.3, confidentialityImpact: "PARTIAL", integrityImpact: "NONE", vectorString: "AV:N/AC:M/Au:N/C:P/I:N/A:N", version: "2.0", }, exploitabilityScore: 8.6, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: false, }, ], cvssMetricV31: [ { cvssData: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.9, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, exploitabilityScore: 2.2, impactScore: 3.6, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2018-09-14T20:29:00.417", references: [ { source: "security_alert@emc.com", tags: [ "Mitigation", "Vendor Advisory", ], url: "https://pivotal.io/security/cve-2018-11087", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Mitigation", "Vendor Advisory", ], url: "https://pivotal.io/security/cve-2018-11087", }, ], sourceIdentifier: "security_alert@emc.com", vulnStatus: "Analyzed", weaknesses: [ { description: [ { lang: "en", value: "CWE-295", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }