Approved changes feed: RSS · Atom

cpe:2.3:a:att:xmill:0.7:*:*:*:*:*:*:*

part: a version: 0.7 update: *

VendorAtt (0c9c2ccc-1044-53f8-b2c7-d3d3ec2b66bb)
ProductXmill (fb67baaa-91e9-56f2-a37c-659e434c92d6)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from NVD CPE 2.0 feed

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2022-26507 vulnerable 2026-06-03 14:46:43.290120 Details available
A heap-based buffer overflow exists in XML Decompression DecodeTreeBlock in AT&T Labs Xmill 0.7. A crafted input file can lead to remote code execution. This is not the same as any of: CVE-2021-21810, CVE-2021-21811, CVE-2021-21812, CVE-2021-21815, CVE-2021-21825, CVE-2021-21826, CVE-2021-21828, CVE-2021-21829, or CVE-2021-21830. NOTE: This vulnerability only affects products that are no longer supported by the maintainer
Published: 2022-04-14T12:04:26.000Z
Updated: 2024-08-03T05:03:32.896Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21830 vulnerable 2026-06-03 14:43:46.046101 Details available
HIGH (8.1)
A heap-based buffer overflow vulnerability exists in the XML Decompression LabelDict::Load functionality of AT&T Labs’ Xmill 0.7. A specially crafted XMI file can lead to remote code execution. An attacker can provide a malicious file to trigger this vulnerability.
Published: 2021-08-13T18:16:36.000Z
Updated: 2024-08-03T18:23:29.516Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21829 vulnerable 2026-06-03 14:43:46.045802 Details available
HIGH (8.1)
A heap-based buffer overflow vulnerability exists in the XML Decompression EnumerationUncompressor::UncompressItem functionality of AT&T Labs’ Xmill 0.7. A specially crafted XMI file can lead to remote code execution. An attacker can provide a malicious file to trigger this vulnerability.
Published: 2021-08-13T18:17:16.000Z
Updated: 2024-08-03T18:23:29.464Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21828 vulnerable 2026-06-03 14:43:46.045484 Details available
HIGH (8.1)
A heap-based buffer overflow vulnerability exists in the XML Decompression DecodeTreeBlock functionality of AT&T Labs Xmill 0.7. In the default case of DecodeTreeBlock a label is created via CurPath::AddLabel in order to track the label for later reference. An attacker can provide a malicious file to trigger this vulnerability.
Published: 2021-08-20T21:03:23.000Z
Updated: 2024-08-03T18:23:29.517Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21827 vulnerable 2026-06-03 14:43:46.045174 Details available
HIGH (8.1)
A heap-based buffer overflow vulnerability exists in the XML Decompression DecodeTreeBlock functionality of AT&T Labs Xmill 0.7. Within `DecodeTreeBlock` which is called during the decompression of an XMI file, a UINT32 is loaded from the file and used as trusted input as the length of a buffer. An attacker can provide a malicious file to trigger this vulnerability.
Published: 2021-08-20T21:03:09.000Z
Updated: 2024-08-03T18:23:29.586Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21826 vulnerable 2026-06-03 14:43:46.044854 Details available
HIGH (8.1)
A heap-based buffer overflow vulnerability exists in the XML Decompression DecodeTreeBlock functionality of AT&T Labs Xmill 0.7. Within `DecodeTreeBlock` which is called during the decompression of an XMI file, a UINT32 is loaded from the file and used as trusted input as the length of a buffer. An attacker can provide a malicious file to trigger this vulnerability.
Published: 2021-08-20T21:02:53.000Z
Updated: 2024-08-03T18:23:29.447Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21825 vulnerable 2026-06-03 14:43:46.044533 Details available
HIGH (8.1)
A heap-based buffer overflow vulnerability exists in the XML Decompression PlainTextUncompressor::UncompressItem functionality of AT&T Labs’ Xmill 0.7. A specially crafted XMI file can lead to remote code execution. An attacker can provide a malicious file to trigger this vulnerability.
Published: 2021-08-18T12:52:20.000Z
Updated: 2024-08-03T18:23:29.579Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21815 vulnerable 2026-06-03 14:43:46.032272 Details available
HIGH (7.8)
A stack-based buffer overflow vulnerability exists in the command-line-parsing HandleFileArg functionality of AT&T Labs' Xmill 0.7. Within the function HandleFileArg the argument filepattern is under control of the user who passes it in from the command line. filepattern is passed directly to strcpy copying the path provided by the user into a staticly sized buffer without any length checks resulting in a stack-buffer overflow. An attacker can provide malicious input to trigger this vulnerability.
Published: 2021-08-13T22:43:10.000Z
Updated: 2024-08-03T18:23:29.562Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21814 vulnerable 2026-06-03 14:43:46.031955 Details available
HIGH (7.8)
Within the function HandleFileArg the argument filepattern is under control of the user who passes it in from the command line. filepattern is passed directly to strlen to determine the ending location of the char* passed in by the user, no checks are done to see if the passed in char* is longer than the staticly sized buffer data is memcpy‘d into, but after the memcpy a null byte is written to what is assumed to be the end of the buffer to terminate the char*, but without length checks, this null write occurs at an arbitrary offset from the buffer. An attacker can provide malicious input to trigger this vulnerability.
Published: 2021-08-13T22:39:59.000Z
Updated: 2024-08-03T18:23:29.664Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21813 vulnerable 2026-06-03 14:43:46.031623 Details available
HIGH (7.8)
Within the function HandleFileArg the argument filepattern is under control of the user who passes it in from the command line. filepattern is passed directly to memcpy copying the path provided by the user into a staticly sized buffer without any length checks resulting in a stack-buffer overflow.
Published: 2021-08-13T22:40:18.000Z
Updated: 2024-08-03T18:23:29.530Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21812 vulnerable 2026-06-03 14:43:46.031281 Details available
HIGH (7.8)
A stack-based buffer overflow vulnerability exists in the command-line-parsing HandleFileArg functionality of AT&T Labs’ Xmill 0.7. Within the function HandleFileArg the argument filepattern is under control of the user who passes it in from the command line. filepattern is passed directly to strcpy copying the path provided by the user into a static sized buffer without any length checks resulting in a stack-buffer overflow. An attacker can provide malicious input to trigger these vulnerabilities.
Published: 2021-08-13T22:39:44.000Z
Updated: 2024-08-03T18:23:29.683Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21811 vulnerable 2026-06-03 14:43:46.030872 Details available
HIGH (8.1)
A memory corruption vulnerability exists in the XML-parsing CreateLabelOrAttrib functionality of AT&T Labs’ Xmill 0.7. A specially crafted XML file can lead to a heap buffer overflow. An attacker can provide a malicious file to trigger this vulnerability.
Published: 2021-08-31T16:56:06.000Z
Updated: 2024-08-03T18:23:29.581Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-21810 vulnerable 2026-06-03 14:43:46.029367 Details available
HIGH (8.1)
A memory corruption vulnerability exists in the XML-parsing ParseAttribs functionality of AT&T Labs’ Xmill 0.7. A specially crafted XML file can lead to a heap buffer overflow. An attacker can provide a malicious file to trigger this vulnerability.
Published: 2021-08-17T19:17:59.000Z
Updated: 2024-08-03T18:23:29.647Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.