Vulnerabilites related to mybatis - mybatis
Vulnerability from fkie_nvd
Published
2020-10-10 20:15
Modified
2024-11-21 05:20
Severity ?
Summary
MyBatis before 3.5.6 mishandles deserialization of object streams.
References
▼ | URL | Tags | |
---|---|---|---|
cve@mitre.org | https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6 | Third Party Advisory | |
cve@mitre.org | https://github.com/mybatis/mybatis-3/pull/2079 | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/mybatis/mybatis-3/pull/2079 | Patch, Third Party Advisory |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:mybatis:mybatis:*:*:*:*:*:*:*:*", matchCriteriaId: "8957BF59-F4A7-4737-B542-5B450CD0C0E0", versionEndExcluding: "3.5.6", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "MyBatis before 3.5.6 mishandles deserialization of object streams.", }, { lang: "es", value: "MyBatis versiones anteriores a 3.5.6, maneja inapropiadamente la deserialización de flujos de objetos", }, ], id: "CVE-2020-26945", lastModified: "2024-11-21T05:20:33.417", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "MEDIUM", cvssData: { accessComplexity: "HIGH", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "PARTIAL", baseScore: 5.1, confidentialityImpact: "PARTIAL", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:H/Au:N/C:P/I:P/A:P", version: "2.0", }, exploitabilityScore: 4.9, impactScore: 6.4, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: false, }, ], cvssMetricV31: [ { cvssData: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 8.1, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 2.2, impactScore: 5.9, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2020-10-10T20:15:11.900", references: [ { source: "cve@mitre.org", tags: [ "Third Party Advisory", ], url: "https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6", }, { source: "cve@mitre.org", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/mybatis/mybatis-3/pull/2079", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/mybatis/mybatis-3/pull/2079", }, ], sourceIdentifier: "cve@mitre.org", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-502", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
Vulnerability from fkie_nvd
Published
2023-04-05 14:15
Modified
2024-11-21 07:49
Severity ?
Summary
A SQL injection vulnerability in Mybatis plus below 3.5.3.1 allows remote attackers to execute arbitrary SQL commands via the tenant ID valuer. NOTE: the vendor's position is that this can only occur in a misconfigured application; the documentation discusses how to develop applications that avoid SQL injection.
References
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:mybatis:mybatis:*:*:*:*:*:*:*:*", matchCriteriaId: "66C1940B-A0AA-479F-9999-815D73607093", versionEndExcluding: "3.5.3.1", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [ { sourceIdentifier: "cve@mitre.org", tags: [ "disputed", ], }, ], descriptions: [ { lang: "en", value: "A SQL injection vulnerability in Mybatis plus below 3.5.3.1 allows remote attackers to execute arbitrary SQL commands via the tenant ID valuer. NOTE: the vendor's position is that this can only occur in a misconfigured application; the documentation discusses how to develop applications that avoid SQL injection.", }, ], id: "CVE-2023-25330", lastModified: "2024-11-21T07:49:25.000", metrics: { cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 5.9, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2023-04-05T14:15:07.480", references: [ { source: "cve@mitre.org", url: "https://baomidou.com/reference/about-cve/", }, { source: "cve@mitre.org", tags: [ "Exploit", "Third Party Advisory", ], url: "https://github.com/FCncdn/MybatisPlusTenantPluginSQLInjection-POC/blob/master/Readme.en.md", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://baomidou.com/reference/about-cve/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Exploit", "Third Party Advisory", ], url: "https://github.com/FCncdn/MybatisPlusTenantPluginSQLInjection-POC/blob/master/Readme.en.md", }, ], sourceIdentifier: "cve@mitre.org", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-89", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
cve-2023-25330
Vulnerability from cvelistv5
Published
2023-04-05 00:00
Modified
2024-08-02 11:18
Severity ?
EPSS score ?
Summary
A SQL injection vulnerability in Mybatis plus below 3.5.3.1 allows remote attackers to execute arbitrary SQL commands via the tenant ID valuer. NOTE: the vendor's position is that this can only occur in a misconfigured application; the documentation discusses how to develop applications that avoid SQL injection.
References
{ containers: { adp: [ { metrics: [ { other: { content: { id: "CVE-2023-25330", options: [ { Exploitation: "poc", }, { Automatable: "yes", }, { "Technical Impact": "total", }, ], role: "CISA Coordinator", timestamp: "2024-05-29T14:22:19.442768Z", version: "2.0.3", }, type: "ssvc", }, }, ], providerMetadata: { dateUpdated: "2024-06-04T17:18:43.389Z", orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0", shortName: "CISA-ADP", }, title: "CISA ADP Vulnrichment", }, { providerMetadata: { dateUpdated: "2024-08-02T11:18:36.292Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_transferred", ], url: "https://github.com/FCncdn/MybatisPlusTenantPluginSQLInjection-POC/blob/master/Readme.en.md", }, { tags: [ "x_transferred", ], url: "https://baomidou.com/reference/about-cve/", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "n/a", vendor: "n/a", versions: [ { status: "affected", version: "n/a", }, ], }, ], descriptions: [ { lang: "en", value: "A SQL injection vulnerability in Mybatis plus below 3.5.3.1 allows remote attackers to execute arbitrary SQL commands via the tenant ID valuer. NOTE: the vendor's position is that this can only occur in a misconfigured application; the documentation discusses how to develop applications that avoid SQL injection.", }, ], problemTypes: [ { descriptions: [ { description: "n/a", lang: "en", type: "text", }, ], }, ], providerMetadata: { dateUpdated: "2024-05-29T07:07:18.514147", orgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca", shortName: "mitre", }, references: [ { url: "https://github.com/FCncdn/MybatisPlusTenantPluginSQLInjection-POC/blob/master/Readme.en.md", }, { url: "https://baomidou.com/reference/about-cve/", }, ], tags: [ "disputed", ], }, }, cveMetadata: { assignerOrgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca", assignerShortName: "mitre", cveId: "CVE-2023-25330", datePublished: "2023-04-05T00:00:00", dateReserved: "2023-02-06T00:00:00", dateUpdated: "2024-08-02T11:18:36.292Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", }
cve-2020-26945
Vulnerability from cvelistv5
Published
2020-10-10 19:41
Modified
2024-08-04 16:03
Severity ?
EPSS score ?
Summary
MyBatis before 3.5.6 mishandles deserialization of object streams.
References
▼ | URL | Tags |
---|---|---|
https://github.com/mybatis/mybatis-3/pull/2079 | x_refsource_MISC | |
https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6 | x_refsource_MISC |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-04T16:03:22.977Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/mybatis/mybatis-3/pull/2079", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "n/a", vendor: "n/a", versions: [ { status: "affected", version: "n/a", }, ], }, ], descriptions: [ { lang: "en", value: "MyBatis before 3.5.6 mishandles deserialization of object streams.", }, ], problemTypes: [ { descriptions: [ { description: "n/a", lang: "en", type: "text", }, ], }, ], providerMetadata: { dateUpdated: "2020-10-10T19:41:39", orgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca", shortName: "mitre", }, references: [ { tags: [ "x_refsource_MISC", ], url: "https://github.com/mybatis/mybatis-3/pull/2079", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6", }, ], x_legacyV4Record: { CVE_data_meta: { ASSIGNER: "cve@mitre.org", ID: "CVE-2020-26945", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "n/a", version: { version_data: [ { version_value: "n/a", }, ], }, }, ], }, vendor_name: "n/a", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "MyBatis before 3.5.6 mishandles deserialization of object streams.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "n/a", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/mybatis/mybatis-3/pull/2079", refsource: "MISC", url: "https://github.com/mybatis/mybatis-3/pull/2079", }, { name: "https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6", refsource: "MISC", url: "https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6", }, ], }, }, }, }, cveMetadata: { assignerOrgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca", assignerShortName: "mitre", cveId: "CVE-2020-26945", datePublished: "2020-10-10T19:41:39", dateReserved: "2020-10-10T00:00:00", dateUpdated: "2024-08-04T16:03:22.977Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", }