惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
C
Check Point Blog
B
Blog RSS Feed
G
Google Developers Blog
H
Help Net Security
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Recent Announcements
Recent Announcements
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
DataBreaches.Net
小众软件
小众软件
T
The Blog of Author Tim Ferriss
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
Y
Y Combinator Blog
T
Tailwind CSS Blog
J
Java Code Geeks
MyScale Blog
MyScale Blog
雷峰网
雷峰网
有赞技术团队
有赞技术团队
博客园 - 聂微东

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
PMG accepts RAR5 archives with unsupported extraction met...
invalid@exam · 2026-06-16 · via Proxmox Support Forum

Environment:

  • Proxmox Mail Gateway 8.2.11
  • ClamAV 1.4.3
  • Debian Bookworm
  • p7zip-full 16.02+really25.01

A malicious email containing a RAR5 archive bypasses PMG.

Archive information:

Type = Rar5
Method = v6:m3:512K
Contained file = Remittance Copy.vbs

PMG log:

found archive 'Remittance Copy-1.rar' (application/vnd.rar)

unpack failed - child 'XXXX' failed: 512

accept mail to (rule: default-accept)

Manual testing:

7z l archive.rar -> shows Remittance Copy.vbs

7z x archive.rar -> ERROR: Unsupported Method : Remittance Copy.vbs

The extracted file is empty (0 bytes) and therefore ClamAV reports OK.

Other mail systems detect or block the message:

  • Gmail blocks it
  • Windows Defender detects it
  • Mailcow/Rspamd detects MIME_BAD_EXTENSION [vbs]

Expected behavior:

If PMG cannot unpack an archive because of an unsupported compression method, the message should not be silently accepted by default.

Possible solutions:

  • treat unpack failures as dangerous content;
  • allow Archive Filter / Match Filename to act on file names discovered during archive listing;
  • provide an option to quarantine archives with unpack failures.

    I can provide the sample archive privately if required.

Last edited: