Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-10879 (GCVE-0-2026-10879)
Vulnerability from cvelistv5 – Published: 2026-06-05 14:30 – Updated: 2026-06-08 16:55- CWE-787 - (Out-of-bounds Write)
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-06-06T05:18:05.204Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/06/06/4"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2026-10879",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-08T16:54:58.795048Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-08T16:55:27.339Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"packageName": "DBI",
"product": "DBI",
"programFiles": [
"DBI.xs"
],
"repo": "https://github.com/perl5-dbi/dbi",
"vendor": "HMBRAND",
"versions": [
{
"lessThan": "1.648",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders.\n\nThe preparse method expands SQL placeholder characters to numbered binders of the form :pN, but only allocates three characters per binder in the buffer. Placeholders 10-99 require four characters, 100-999 require five characters, et cetera."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787 (Out-of-bounds Write)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-05T14:30:58.497Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"tags": [
"release-notes"
],
"url": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes"
},
{
"tags": [
"patch"
],
"url": "https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch"
}
],
"solutions": [
{
"lang": "en",
"value": "Upgrade to DBI 1.648 or later."
}
],
"source": {
"discovery": "UNKNOWN"
},
"timeline": [
{
"lang": "en",
"time": "2026-04-25T00:00:00.000Z",
"value": "Issue reported to CPANSec."
},
{
"lang": "en",
"time": "2026-05-28T00:00:00.000Z",
"value": "Commit fixed the issue in DBI."
},
{
"lang": "en",
"time": "2026-06-04T00:00:00.000Z",
"value": "DBI 1.648 released."
}
],
"title": "DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders",
"x_generator": {
"engine": "cpansec-cna-tool 0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"assignerShortName": "CPANSec",
"cveId": "CVE-2026-10879",
"datePublished": "2026-06-05T14:30:58.497Z",
"dateReserved": "2026-06-04T16:34:48.978Z",
"dateUpdated": "2026-06-08T16:55:27.339Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-10879",
"date": "2026-07-25",
"epss": "0.00485",
"percentile": "0.39002"
},
"microsoft_vex": {
"current_release_date": "2026-06-11T01:39:38.000Z",
"cve": "CVE-2026-10879",
"id": "msrc_CVE-2026-10879",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"product_status:fixed": "1",
"product_status:known_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-10879.json",
"version": "2"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-10879\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2026-06-05T15:16:46.817\",\"lastModified\":\"2026-06-17T10:12:38.727\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders.\\n\\nThe preparse method expands SQL placeholder characters to numbered binders of the form :pN, but only allocates three characters per binder in the buffer. Placeholders 10-99 require four characters, 100-999 require five characters, et cetera.\"}],\"affected\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"affectedData\":[{\"vendor\":\"HMBRAND\",\"product\":\"DBI\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://cpan.org/modules\",\"packageName\":\"DBI\",\"programFiles\":[\"DBI.xs\"],\"repo\":\"https://github.com/perl5-dbi/dbi\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.648\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-08T16:54:58.795048Z\",\"id\":\"CVE-2026-10879\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:perl:dbi:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.648\",\"matchCriteriaId\":\"5C23D2D0-3FFA-4C49-952A-FD8FE4684AF5\"}]}]}],\"references\":[{\"url\":\"https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Patch\"]},{\"url\":\"https://metacpan.org/release/HMBRAND/DBI-1.648/changes\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Release Notes\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/06/06/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-07-16T13:52:32+00:00",
"cve": "CVE-2026-10879",
"id": "CVE-2026-10879",
"initial_release_date": "2026-06-05T14:30:58.497000+00:00",
"product_status:fixed": "52",
"product_status:known_affected": "4",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "perl-DBI: perl-DBI: Heap overflow in SQL preparsing can lead to denial of service or arbitrary code execution.",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-10879.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-09T03:10:39Z",
"cve": "CVE-2026-10879",
"id": "CVE-2026-10879",
"initial_release_date": "2026-06-09T02:27:01Z",
"product_status:known_affected": "398",
"product_status:known_not_affected": "21",
"product_status:recommended": "12",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-10879",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-10879.json",
"version": "5"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/06/06/4\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-06-06T05:18:05.204Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-10879\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-08T16:54:58.795048Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-08T16:55:23.483Z\"}}], \"cna\": {\"title\": \"DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"affected\": [{\"repo\": \"https://github.com/perl5-dbi/dbi\", \"vendor\": \"HMBRAND\", \"product\": \"DBI\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.648\", \"versionType\": \"custom\"}], \"packageName\": \"DBI\", \"programFiles\": [\"DBI.xs\"], \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-04-25T00:00:00.000Z\", \"value\": \"Issue reported to CPANSec.\"}, {\"lang\": \"en\", \"time\": \"2026-05-28T00:00:00.000Z\", \"value\": \"Commit fixed the issue in DBI.\"}, {\"lang\": \"en\", \"time\": \"2026-06-04T00:00:00.000Z\", \"value\": \"DBI 1.648 released.\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Upgrade to DBI 1.648 or later.\"}], \"references\": [{\"url\": \"https://metacpan.org/release/HMBRAND/DBI-1.648/changes\", \"tags\": [\"release-notes\"]}, {\"url\": \"https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"cpansec-cna-tool 0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders.\\n\\nThe preparse method expands SQL placeholder characters to numbered binders of the form :pN, but only allocates three characters per binder in the buffer. Placeholders 10-99 require four characters, 100-999 require five characters, et cetera.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787 (Out-of-bounds Write)\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2026-06-05T14:30:58.497Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-10879\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-08T16:55:27.339Z\", \"dateReserved\": \"2026-06-04T16:34:48.978Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2026-06-05T14:30:58.497Z\", \"assignerShortName\": \"CPANSec\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0737
Vulnerability from certfr_avis - Published: 2026-06-11 - Updated: 2026-06-11
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | azl3 perl-DBI 1.643-3 versions antérieures à 1.643-4 | ||
| Microsoft | N/A | azl3 xorg-x11-server-Xwayland 24.1.6-4 versions antérieures à 24.1.12-1 | ||
| Microsoft | N/A | azl3 rrdtool 1.8.0-2 versions antérieures à 1.8.0-3 | ||
| Microsoft | N/A | azl3 perl-HTML-Parser 3.82-1 versions antérieures à 3.82-2 | ||
| Microsoft | N/A | azl3 gnutls 3.8.3-11 versions antérieures à 3.8.13-1 | ||
| Microsoft | N/A | azl3 ansible 2.17.11-1 versions antérieures à 2.17.11-2 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 perl-DBI 1.643-3 versions ant\u00e9rieures \u00e0 1.643-4",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 xorg-x11-server-Xwayland 24.1.6-4 versions ant\u00e9rieures \u00e0 24.1.12-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 rrdtool 1.8.0-2 versions ant\u00e9rieures \u00e0 1.8.0-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 perl-HTML-Parser 3.82-1 versions ant\u00e9rieures \u00e0 3.82-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 gnutls 3.8.3-11 versions ant\u00e9rieures \u00e0 3.8.13-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 ansible 2.17.11-1 versions ant\u00e9rieures \u00e0 2.17.11-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50261"
},
{
"name": "CVE-2026-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50258"
},
{
"name": "CVE-2026-8829",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8829"
},
{
"name": "CVE-2026-50257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50257"
},
{
"name": "CVE-2026-5419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5419"
},
{
"name": "CVE-2026-11332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11332"
},
{
"name": "CVE-2026-42015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42015"
},
{
"name": "CVE-2026-50263",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50263"
},
{
"name": "CVE-2026-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50260"
},
{
"name": "CVE-2026-5260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5260"
},
{
"name": "CVE-2026-50262",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50262"
},
{
"name": "CVE-2026-42013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42013"
},
{
"name": "CVE-2026-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50256"
},
{
"name": "CVE-2026-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50259"
},
{
"name": "CVE-2026-43958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43958"
},
{
"name": "CVE-2026-10879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10879"
},
{
"name": "CVE-2026-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42012"
}
],
"initial_release_date": "2026-06-11T00:00:00",
"last_revision_date": "2026-06-11T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0737",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-11T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2026-05-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-42012",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42012"
},
{
"published_at": "2026-05-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-5260",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-5260"
},
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-50260",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50260"
},
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-50258",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50258"
},
{
"published_at": "2026-06-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43958",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43958"
},
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-10879",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-10879"
},
{
"published_at": "2026-06-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-5419",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-5419"
},
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-50257",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50257"
},
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-50261",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50261"
},
{
"published_at": "2026-06-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-11332",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-11332"
},
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-50259",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50259"
},
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-50263",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50263"
},
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-50262",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50262"
},
{
"published_at": "2026-05-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-42013",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42013"
},
{
"published_at": "2026-06-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-8829",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-8829"
},
{
"published_at": "2026-05-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-42015",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42015"
},
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-50256",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50256"
}
]
}
FKIE_CVE-2026-10879
Vulnerability from fkie_nvd - Published: 2026-06-05 15:16 - Updated: 2026-06-17 10:12| URL | Tags | ||
|---|---|---|---|
| 9b29abf9-4ab0-4765-b253-1875cd9b441e | https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch | Patch | |
| 9b29abf9-4ab0-4765-b253-1875cd9b441e | https://metacpan.org/release/HMBRAND/DBI-1.648/changes | Release Notes | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2026/06/06/4 | Mailing List, Third Party Advisory |
{
"affected": [
{
"affectedData": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"packageName": "DBI",
"product": "DBI",
"programFiles": [
"DBI.xs"
],
"repo": "https://github.com/perl5-dbi/dbi",
"vendor": "HMBRAND",
"versions": [
{
"lessThan": "1.648",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:perl:dbi:*:*:*:*:*:*:*:*",
"matchCriteriaId": "5C23D2D0-3FFA-4C49-952A-FD8FE4684AF5",
"versionEndExcluding": "1.648",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders.\n\nThe preparse method expands SQL placeholder characters to numbered binders of the form :pN, but only allocates three characters per binder in the buffer. Placeholders 10-99 require four characters, 100-999 require five characters, et cetera."
}
],
"id": "CVE-2026-10879",
"lastModified": "2026-06-17T10:12:38.727",
"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": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-10879",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-08T16:54:58.795048Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-05T15:16:46.817",
"references": [
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"tags": [
"Patch"
],
"url": "https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"tags": [
"Release Notes"
],
"url": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2026/06/06/4"
}
],
"sourceIdentifier": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-787"
}
],
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"type": "Secondary"
}
]
}
GHSA-C7XW-CJ86-M724
Vulnerability from github – Published: 2026-06-05 15:32 – Updated: 2026-06-08 18:31DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders.
The preparse method expands SQL placeholder characters to numbered binders of the form :pN, but only allocates three characters per binder in the buffer. Placeholders 10-99 require four characters, 100-999 require five characters, et cetera.
{
"affected": [],
"aliases": [
"CVE-2026-10879"
],
"database_specific": {
"cwe_ids": [
"CWE-787"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-05T15:16:46Z",
"severity": "CRITICAL"
},
"details": "DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders.\n\nThe preparse method expands SQL placeholder characters to numbered binders of the form :pN, but only allocates three characters per binder in the buffer. Placeholders 10-99 require four characters, 100-999 require five characters, et cetera.",
"id": "GHSA-c7xw-cj86-m724",
"modified": "2026-06-08T18:31:44Z",
"published": "2026-06-05T15:32:25Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10879"
},
{
"type": "WEB",
"url": "https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch"
},
{
"type": "WEB",
"url": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/06/06/4"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-10879
Vulnerability from csaf_microsoft - Published: 2026-06-02 00:00 - Updated: 2026-06-11 01:39| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-10879 DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-10879.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders",
"tracking": {
"current_release_date": "2026-06-11T01:39:38.000Z",
"generator": {
"date": "2026-06-11T07:02:31.014Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-10879",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-06-09T01:01:53.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-06-11T01:39:38.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 perl-DBI 0:1.643-3.azl3",
"product": {
"name": "\u003cazl3 perl-DBI 0:1.643-3.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 perl-DBI 0:1.643-3.azl3",
"product": {
"name": "azl3 perl-DBI 0:1.643-3.azl3",
"product_id": "20052"
}
}
],
"category": "product_name",
"name": "perl-DBI"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 perl-DBI 0:1.643-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 perl-DBI 0:1.643-3.azl3 as a component of Azure Linux 3.0",
"product_id": "20052-17084"
},
"product_reference": "20052",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-10879",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "general",
"text": "CPANSec",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20052-17084"
],
"known_affected": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-10879 DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-10879.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T01:01:53.000Z",
"details": "0:1.643-4.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"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"
},
"products": [
"17084-1"
]
}
],
"title": "DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders"
}
]
}
RHSA-2026:38512
Vulnerability from csaf_redhat - Published: 2026-07-13 09:05 - Updated: 2026-07-16 13:59A flaw was found in DBI, a Perl database interface. This vulnerability allows an attacker to trigger a buffer overflow by manipulating error messages within an application. When specific error handling options are active, an attacker can provide oversized error text, which may lead to arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in perl-DBI. A heap overflow vulnerability exists when preparsing SQL statements with more than 9 binders. The `preparse` method incorrectly allocates buffer space for SQL placeholder characters, leading to an overflow when processing binders with two or more digits. This can result in a denial of service or potentially arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:38512 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2486734 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-9698 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2486734 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-9698 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-9698 | external |
| https://github.com/perl5-dbi/dbi/commit/bfe5d73c1… | external |
| https://metacpan.org/release/HMBRAND/DBI-1.648/changes | external |
| https://access.redhat.com/security/cve/CVE-2026-10879 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2485464 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-10879 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-10879 | external |
| https://github.com/perl5-dbi/dbi/commit/af79036c0… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl-DBI is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.\n\nSecurity Fix(es):\n\n* DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:38512",
"url": "https://access.redhat.com/errata/RHSA-2026:38512"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2486734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486734"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_38512.json"
}
],
"title": "Red Hat Security Advisory: perl-DBI security update",
"tracking": {
"current_release_date": "2026-07-16T13:59:39+00:00",
"generator": {
"date": "2026-07-16T13:59:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.6"
}
},
"id": "RHSA-2026:38512",
"initial_release_date": "2026-07-13T09:05:08+00:00",
"revision_history": [
{
"date": "2026-07-13T09:05:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-13T09:05:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-16T13:59:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-9.el9_8.1.src",
"product": {
"name": "perl-DBI-0:1.643-9.el9_8.1.src",
"product_id": "perl-DBI-0:1.643-9.el9_8.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-9.el9_8.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-9.el9_8.1.aarch64",
"product": {
"name": "perl-DBI-0:1.643-9.el9_8.1.aarch64",
"product_id": "perl-DBI-0:1.643-9.el9_8.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-9.el9_8.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"product": {
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"product_id": "perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.643-9.el9_8.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"product": {
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"product_id": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.643-9.el9_8.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"product": {
"name": "perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"product_id": "perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-9.el9_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"product": {
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"product_id": "perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.643-9.el9_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"product": {
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"product_id": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.643-9.el9_8.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-9.el9_8.1.s390x",
"product": {
"name": "perl-DBI-0:1.643-9.el9_8.1.s390x",
"product_id": "perl-DBI-0:1.643-9.el9_8.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-9.el9_8.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"product": {
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"product_id": "perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.643-9.el9_8.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"product": {
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"product_id": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.643-9.el9_8.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-9.el9_8.1.x86_64",
"product": {
"name": "perl-DBI-0:1.643-9.el9_8.1.x86_64",
"product_id": "perl-DBI-0:1.643-9.el9_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-9.el9_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64",
"product": {
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64",
"product_id": "perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.643-9.el9_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"product": {
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"product_id": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.643-9.el9_8.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-9.el9_8.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64"
},
"product_reference": "perl-DBI-0:1.643-9.el9_8.1.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-9.el9_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le"
},
"product_reference": "perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-9.el9_8.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x"
},
"product_reference": "perl-DBI-0:1.643-9.el9_8.1.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-9.el9_8.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src"
},
"product_reference": "perl-DBI-0:1.643-9.el9_8.1.src",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-9.el9_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64"
},
"product_reference": "perl-DBI-0:1.643-9.el9_8.1.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64"
},
"product_reference": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le"
},
"product_reference": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x"
},
"product_reference": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64"
},
"product_reference": "perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64"
},
"product_reference": "perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le"
},
"product_reference": "perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x"
},
"product_reference": "perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64"
},
"product_reference": "perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-9698",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-06-09T08:00:53.401960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2486734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DBI, a Perl database interface. This vulnerability allows an attacker to trigger a buffer overflow by manipulating error messages within an application. When specific error handling options are active, an attacker can provide oversized error text, which may lead to arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker can provide values to an endpoint using perl-DBI which trigger certain errors. The attacker has no means of directly controlling the location and thus consequences of the buffer overflow, making the most likely outcome a denial-of-service due to corruption of the application\u0027s memory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9698"
},
{
"category": "external",
"summary": "RHBZ#2486734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9698",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9698"
},
{
"category": "external",
"summary": "https://github.com/perl5-dbi/dbi/commit/bfe5d73c162d2d1f761a639a0aa33aad6a9eb54e.patch",
"url": "https://github.com/perl5-dbi/dbi/commit/bfe5d73c162d2d1f761a639a0aa33aad6a9eb54e.patch"
},
{
"category": "external",
"summary": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes",
"url": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes"
}
],
"release_date": "2026-06-09T07:22:25.892000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-13T09:05:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38512"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability. Users are advised to identify network-accessible applications which use perl-DBI and ensure that only trusted users have access to those applications.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution"
},
{
"cve": "CVE-2026-10879",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-06-05T15:01:03.077249+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2485464"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in perl-DBI. A heap overflow vulnerability exists when preparsing SQL statements with more than 9 binders. The `preparse` method incorrectly allocates buffer space for SQL placeholder characters, leading to an overflow when processing binders with two or more digits. This can result in a denial of service or potentially arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-DBI: perl-DBI: Heap overflow in SQL preparsing can lead to denial of service or arbitrary code execution.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-10879"
},
{
"category": "external",
"summary": "RHBZ#2485464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485464"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-10879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-10879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10879"
},
{
"category": "external",
"summary": "https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch",
"url": "https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch"
},
{
"category": "external",
"summary": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes",
"url": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes"
}
],
"release_date": "2026-06-05T14:30:58.497000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-13T09:05:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38512"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.src",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.643-9.el9_8.1.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.643-9.el9_8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl-DBI: perl-DBI: Heap overflow in SQL preparsing can lead to denial of service or arbitrary code execution."
}
]
}
RHSA-2026:38513
Vulnerability from csaf_redhat - Published: 2026-07-13 04:36 - Updated: 2026-07-16 13:59A flaw was found in DBI, a Perl database interface. This vulnerability allows an attacker to trigger a buffer overflow by manipulating error messages within an application. When specific error handling options are active, an attacker can provide oversized error text, which may lead to arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in perl-DBI. A heap overflow vulnerability exists when preparsing SQL statements with more than 9 binders. The `preparse` method incorrectly allocates buffer space for SQL placeholder characters, leading to an overflow when processing binders with two or more digits. This can result in a denial of service or potentially arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:38513 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2486734 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-9698 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2486734 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-9698 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-9698 | external |
| https://github.com/perl5-dbi/dbi/commit/bfe5d73c1… | external |
| https://metacpan.org/release/HMBRAND/DBI-1.648/changes | external |
| https://access.redhat.com/security/cve/CVE-2026-10879 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2485464 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-10879 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-10879 | external |
| https://github.com/perl5-dbi/dbi/commit/af79036c0… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl-DBI is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.\n\nSecurity Fix(es):\n\n* DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:38513",
"url": "https://access.redhat.com/errata/RHSA-2026:38513"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2486734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486734"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_38513.json"
}
],
"title": "Red Hat Security Advisory: perl-DBI security update",
"tracking": {
"current_release_date": "2026-07-16T13:59:40+00:00",
"generator": {
"date": "2026-07-16T13:59:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.6"
}
},
"id": "RHSA-2026:38513",
"initial_release_date": "2026-07-13T04:36:32+00:00",
"revision_history": [
{
"date": "2026-07-13T04:36:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-13T04:36:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-16T13:59:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"product": {
"name": "perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"product_id": "perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-26.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"product": {
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"product_id": "perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.643-26.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"product": {
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"product_id": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.643-26.el10_2.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-26.el10_2.1.s390x",
"product": {
"name": "perl-DBI-0:1.643-26.el10_2.1.s390x",
"product_id": "perl-DBI-0:1.643-26.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-26.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"product": {
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"product_id": "perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.643-26.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"product": {
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"product_id": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.643-26.el10_2.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-26.el10_2.1.src",
"product": {
"name": "perl-DBI-0:1.643-26.el10_2.1.src",
"product_id": "perl-DBI-0:1.643-26.el10_2.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-26.el10_2.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-26.el10_2.1.aarch64",
"product": {
"name": "perl-DBI-0:1.643-26.el10_2.1.aarch64",
"product_id": "perl-DBI-0:1.643-26.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-26.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"product": {
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"product_id": "perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.643-26.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"product": {
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"product_id": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.643-26.el10_2.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.643-26.el10_2.1.x86_64",
"product": {
"name": "perl-DBI-0:1.643-26.el10_2.1.x86_64",
"product_id": "perl-DBI-0:1.643-26.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.643-26.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64",
"product": {
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64",
"product_id": "perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.643-26.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"product": {
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"product_id": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.643-26.el10_2.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-26.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64"
},
"product_reference": "perl-DBI-0:1.643-26.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-26.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le"
},
"product_reference": "perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-26.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x"
},
"product_reference": "perl-DBI-0:1.643-26.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-26.el10_2.1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src"
},
"product_reference": "perl-DBI-0:1.643-26.el10_2.1.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.643-26.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64"
},
"product_reference": "perl-DBI-0:1.643-26.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64"
},
"product_reference": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le"
},
"product_reference": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x"
},
"product_reference": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64"
},
"product_reference": "perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64"
},
"product_reference": "perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le"
},
"product_reference": "perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x"
},
"product_reference": "perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64"
},
"product_reference": "perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-9698",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-06-09T08:00:53.401960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2486734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DBI, a Perl database interface. This vulnerability allows an attacker to trigger a buffer overflow by manipulating error messages within an application. When specific error handling options are active, an attacker can provide oversized error text, which may lead to arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker can provide values to an endpoint using perl-DBI which trigger certain errors. The attacker has no means of directly controlling the location and thus consequences of the buffer overflow, making the most likely outcome a denial-of-service due to corruption of the application\u0027s memory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9698"
},
{
"category": "external",
"summary": "RHBZ#2486734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9698",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9698"
},
{
"category": "external",
"summary": "https://github.com/perl5-dbi/dbi/commit/bfe5d73c162d2d1f761a639a0aa33aad6a9eb54e.patch",
"url": "https://github.com/perl5-dbi/dbi/commit/bfe5d73c162d2d1f761a639a0aa33aad6a9eb54e.patch"
},
{
"category": "external",
"summary": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes",
"url": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes"
}
],
"release_date": "2026-06-09T07:22:25.892000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-13T04:36:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38513"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability. Users are advised to identify network-accessible applications which use perl-DBI and ensure that only trusted users have access to those applications.",
"product_ids": [
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution"
},
{
"cve": "CVE-2026-10879",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-06-05T15:01:03.077249+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2485464"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in perl-DBI. A heap overflow vulnerability exists when preparsing SQL statements with more than 9 binders. The `preparse` method incorrectly allocates buffer space for SQL placeholder characters, leading to an overflow when processing binders with two or more digits. This can result in a denial of service or potentially arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-DBI: perl-DBI: Heap overflow in SQL preparsing can lead to denial of service or arbitrary code execution.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-10879"
},
{
"category": "external",
"summary": "RHBZ#2485464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485464"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-10879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-10879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10879"
},
{
"category": "external",
"summary": "https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch",
"url": "https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch"
},
{
"category": "external",
"summary": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes",
"url": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes"
}
],
"release_date": "2026-06-05T14:30:58.497000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-13T04:36:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38513"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.src",
"AppStream-10.2.Z:perl-DBI-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debuginfo-0:1.643-26.el10_2.1.x86_64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.aarch64",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.ppc64le",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.s390x",
"AppStream-10.2.Z:perl-DBI-debugsource-0:1.643-26.el10_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl-DBI: perl-DBI: Heap overflow in SQL preparsing can lead to denial of service or arbitrary code execution."
}
]
}
RHSA-2026:38901
Vulnerability from csaf_redhat - Published: 2026-07-13 13:12 - Updated: 2026-07-16 13:59A flaw was found in DBI, a Perl database interface. This vulnerability allows an attacker to trigger a buffer overflow by manipulating error messages within an application. When specific error handling options are active, an attacker can provide oversized error text, which may lead to arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in perl-DBI. A heap overflow vulnerability exists when preparsing SQL statements with more than 9 binders. The `preparse` method incorrectly allocates buffer space for SQL placeholder characters, leading to an overflow when processing binders with two or more digits. This can result in a denial of service or potentially arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:38901 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2486734 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-9698 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2486734 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-9698 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-9698 | external |
| https://github.com/perl5-dbi/dbi/commit/bfe5d73c1… | external |
| https://metacpan.org/release/HMBRAND/DBI-1.648/changes | external |
| https://access.redhat.com/security/cve/CVE-2026-10879 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2485464 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-10879 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-10879 | external |
| https://github.com/perl5-dbi/dbi/commit/af79036c0… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the perl-DBI:1.641 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The perl-DBI package provides the standard database interface module for the Perl programming language. It implements a database-independent interface, meaning it defines a consistent set of methods, variables, and conventions for database operations.\n\nSecurity Fix(es):\n\n* DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:38901",
"url": "https://access.redhat.com/errata/RHSA-2026:38901"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2486734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486734"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_38901.json"
}
],
"title": "Red Hat Security Advisory: perl-DBI:1.641 security update",
"tracking": {
"current_release_date": "2026-07-16T13:59:41+00:00",
"generator": {
"date": "2026-07-16T13:59:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.6"
}
},
"id": "RHSA-2026:38901",
"initial_release_date": "2026-07-13T13:12:33+00:00",
"revision_history": [
{
"date": "2026-07-13T13:12:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-13T13:12:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-16T13:59:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=src\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=src\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64 (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=aarch64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64 (perl-DBI:1.641)",
"product_id": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=aarch64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64 (perl-DBI:1.641)",
"product_id": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=aarch64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64 (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=aarch64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64 (perl-DBI:1.641)",
"product_id": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=aarch64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64 (perl-DBI:1.641)",
"product_id": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=aarch64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=ppc64le\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le (perl-DBI:1.641)",
"product_id": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=ppc64le\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le (perl-DBI:1.641)",
"product_id": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=ppc64le\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=ppc64le\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le (perl-DBI:1.641)",
"product_id": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=ppc64le\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le (perl-DBI:1.641)",
"product_id": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=ppc64le\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=s390x\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x (perl-DBI:1.641)",
"product_id": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=s390x\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x (perl-DBI:1.641)",
"product_id": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=s390x\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=s390x\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x (perl-DBI:1.641)",
"product_id": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=s390x\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x (perl-DBI:1.641)",
"product_id": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=s390x\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64 (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=x86_64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64 (perl-DBI:1.641)",
"product_id": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=x86_64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64 (perl-DBI:1.641)",
"product_id": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.641-5.module%2Bel8.10.0%2B24438%2Bdc2220dd?arch=x86_64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:69ef70f8"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64 (perl-DBI:1.641)",
"product_id": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=x86_64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64 (perl-DBI:1.641)",
"product_id": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=x86_64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
},
{
"category": "product_version",
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"product": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64 (perl-DBI:1.641)",
"product_id": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBI-debugsource@1.641-5.module%2Bel8.10.0%2B24438%2B96f61291?arch=x86_64\u0026rpmmod=perl-DBI:1.641:8100020260624081239:e3b61263"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64 (perl-DBI:1.641) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
},
"product_reference": "perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-9698",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-06-09T08:00:53.401960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2486734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DBI, a Perl database interface. This vulnerability allows an attacker to trigger a buffer overflow by manipulating error messages within an application. When specific error handling options are active, an attacker can provide oversized error text, which may lead to arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker can provide values to an endpoint using perl-DBI which trigger certain errors. The attacker has no means of directly controlling the location and thus consequences of the buffer overflow, making the most likely outcome a denial-of-service due to corruption of the application\u0027s memory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9698"
},
{
"category": "external",
"summary": "RHBZ#2486734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9698",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9698"
},
{
"category": "external",
"summary": "https://github.com/perl5-dbi/dbi/commit/bfe5d73c162d2d1f761a639a0aa33aad6a9eb54e.patch",
"url": "https://github.com/perl5-dbi/dbi/commit/bfe5d73c162d2d1f761a639a0aa33aad6a9eb54e.patch"
},
{
"category": "external",
"summary": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes",
"url": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes"
}
],
"release_date": "2026-06-09T07:22:25.892000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-13T13:12:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38901"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability. Users are advised to identify network-accessible applications which use perl-DBI and ensure that only trusted users have access to those applications.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution"
},
{
"cve": "CVE-2026-10879",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-06-05T15:01:03.077249+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2485464"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in perl-DBI. A heap overflow vulnerability exists when preparsing SQL statements with more than 9 binders. The `preparse` method incorrectly allocates buffer space for SQL placeholder characters, leading to an overflow when processing binders with two or more digits. This can result in a denial of service or potentially arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-DBI: perl-DBI: Heap overflow in SQL preparsing can lead to denial of service or arbitrary code execution.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-10879"
},
{
"category": "external",
"summary": "RHBZ#2485464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485464"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-10879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-10879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10879"
},
{
"category": "external",
"summary": "https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch",
"url": "https://github.com/perl5-dbi/dbi/commit/af79036c07aa9a457971c0f4136e37c85dc20978.patch"
},
{
"category": "external",
"summary": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes",
"url": "https://metacpan.org/release/HMBRAND/DBI-1.648/changes"
}
],
"release_date": "2026-06-05T14:30:58.497000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-13T13:12:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.src::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debuginfo-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+96f61291.x86_64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.aarch64::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.ppc64le::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.s390x::perl-DBI:1.641",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBI-debugsource-0:1.641-5.module+el8.10.0+24438+dc2220dd.x86_64::perl-DBI:1.641"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl-DBI: perl-DBI: Heap overflow in SQL preparsing can lead to denial of service or arbitrary code execution."
}
]
}
rlsa-2026:38512
Vulnerability from osv_rocky
DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.
Security Fix(es):
- DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "perl-DBI",
"purl": "pkg:rpm/rocky-linux/perl-DBI?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:1.643-9.el9_8.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.\n\nSecurity Fix(es):\n\n* DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:38512",
"modified": "2026-07-25T12:07:58.419488Z",
"published": "2026-07-14T12:03:23.695448Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:38512"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486734"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485464"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: perl-DBI security update",
"upstream": [
"CVE-2026-10879",
"CVE-2026-9698"
]
}
rlsa-2026:38513
Vulnerability from osv_rocky
DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.
Security Fix(es):
- DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:10",
"name": "perl-DBI",
"purl": "pkg:rpm/rocky-linux/perl-DBI?distro=rocky-linux-10\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:1.643-26.el10_2.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.\n\nSecurity Fix(es):\n\n* DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:38513",
"modified": "2026-07-25T12:08:00.973706Z",
"published": "2026-07-14T12:05:31.426386Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:38513"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486734"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485464"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: perl-DBI security update",
"upstream": [
"CVE-2026-10879",
"CVE-2026-9698"
]
}
rlsa-2026:38901
Vulnerability from osv_rocky
The perl-DBI package provides the standard database interface module for the Perl programming language. It implements a database-independent interface, meaning it defines a consistent set of methods, variables, and conventions for database operations.
Security Fix(es):
- DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:8",
"name": "perl-DBI",
"purl": "pkg:rpm/rocky-linux/perl-DBI?distro=rocky-linux-8\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:1.641-5.module+el8.10.0+40245+1df7f06b"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Rocky Linux:8",
"name": "perl-DBI",
"purl": "pkg:rpm/rocky-linux/perl-DBI?distro=rocky-linux-8\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:1.641-5.module+el8.10.0+40245+743bde0e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Rocky Linux:8",
"name": "perl-DBI",
"purl": "pkg:rpm/rocky-linux/perl-DBI?distro=rocky-linux-8\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:1.641-5.module+el8.10.0+40245+6310859f"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Rocky Linux:8",
"name": "perl-DBI",
"purl": "pkg:rpm/rocky-linux/perl-DBI?distro=rocky-linux-8\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:1.641-5.module+el8.10.0+40245+e0d97b2a"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "The perl-DBI package provides the standard database interface module for the Perl programming language. It implements a database-independent interface, meaning it defines a consistent set of methods, variables, and conventions for database operations.\n\nSecurity Fix(es):\n\n* DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:38901",
"modified": "2026-07-25T12:07:43.041896Z",
"published": "2026-07-15T12:01:08.928069Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:38901"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486734"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485464"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: perl-DBI:1.641 security update",
"upstream": [
"CVE-2026-10879",
"CVE-2026-9698"
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.