Okay.
Original Message:
Sent: Mon February 17, 2025 12:22 PM
From: Caius Ion Duca
Subject: New version of ClamAV needed
Hello
As promised, I am returning with the final tests for scanning the entire system (AIX).
I successfully conducted tests on Clamav 1.0.7-3 on the whole system, addressing scanning errors related to MS-EXE files.
After updating to version 1.0.7-3, the issue was resolved, and subsequent scans showed no errors!
Thank you for the help.
------------------------------
Caius Ion Duca
Original Message:
Sent: Wed February 05, 2025 07:16 AM
From: Caius Ion Duca
Subject: New version of ClamAV needed
Here is the translation:
Hi @Aditya Kamath
I've updated ClamAV to 1.0.7-3 using @AIX_Toolbox_72 and scanned the file that was previously causing errors. Everything looks good now, the scan is working correctly.
I'll start a full system scan and get back to you with feedback.
Scanning /tmp/clamtest/com.ibm.ws.check.os.v80_8.0.5024.20230413_1800.jar
----------- SCAN SUMMARY -----------
Known viruses: 8704130
Engine version: 1.0.7
Scanned directories: 0
Scanned files: 1
Infected files: 0
Data scanned: 84.78 MB
Data read: 49.76 MB (ratio 1.70:1)
Time: 157.188 sec (2 m 37 s)
Start Date: 2025:02:05 13:05:46
End Date: 2025:02:05 13:08:23
Thanks for your efforts in helping me resolve this issue!
------------------------------
Caius Ion Duca
Original Message:
Sent: Mon February 03, 2025 05:05 AM
From: Aditya Kamath
Subject: New version of ClamAV needed
@Caius Ion DucaKindly check now.
------------------------------
Aditya Kamath
Original Message:
Sent: Fri January 31, 2025 12:27 AM
From: Aditya Kamath
Subject: New version of ClamAV needed
Hi @Caius Ion Duca
Good Morning.
I have completed the testing and given clamav-1.0.7-3 to upload as well. We should see it by Friday evening or, at the latest, by Monday evening.
Do let me know once you update if it is okay.
Regards,
Aditya.
------------------------------
Aditya Kamath
Original Message:
Sent: Thu January 30, 2025 03:42 PM
From: Caius Ion Duca
Subject: New version of ClamAV needed
Hi @Aditya Kamath ,
I hope you had a good week.
Do you have news about the fixed for Clamav 1.0.7?
Thank you
------------------------------
Caius Ion Duca
Original Message:
Sent: Wed January 22, 2025 05:11 PM
From: Caius Ion Duca
Subject: New version of ClamAV needed
Hi @Aditya Kamath ,
Thank you for the update and for fixing the issue in ClamAV. I appreciate your efforts in resolving the core dump issue.
I'm glad to see the successful scan log with no issues.
I'm looking forward to the updated ClamAV version. and test it once it's available.
Thank you again for your prompt resolution and for keeping me informed.
Best regards, Caius Ion Duca
------------------------------
Caius Ion Duca
Original Message:
Sent: Wed January 22, 2025 08:02 AM
From: Aditya Kamath
Subject: New version of ClamAV needed
Hi @Caius Ion Duca
Update: We have fixed the issue in Clamav. I will update in the open source community. We need to make sure we use libc's pow() and not bsd's pow() function that caused the core dump.
I will rebuild ClamAV, and you can expect the update by next week.
Attaching the log after the fix,
# clamscan -v -r /var/cust_test/plugins/com.ibm.cic.agent.core.nativeInstallAdapter.win32_1.3.6.v20240828_2044/os/win32/x86/DotNetHandler.exe
Loading: 26s, ETA: 0s [========================>] 8.70M/8.70M sigs
Compiling: 5s, ETA: 0s [========================>] 41/41 tasks
Scanning /var/cust_test/plugins/com.ibm.cic.agent.core.nativeInstallAdapter.win32_1.3.6.v20240828_2044/os/win32/x86/DotNetHandler.exe
/var/cust_test/plugins/com.ibm.cic.agent.core.nativeInstallAdapter.win32_1.3.6.v20240828_2044/os/win32/x86/DotNetHandler.exe: OK
----------- SCAN SUMMARY -----------
Known viruses: 8704059
Engine version: 1.5.0-devel-20250122
Scanned directories: 0
Scanned files: 1
Infected files: 0
Data scanned: 0.02 MB
Data read: 0.02 MB (ratio 1.00:1)
Time: 33.800 sec (0 m 33 s)
Start Date: 2025:01:22 06:52:19
End Date: 2025:01:22 06:52:53
------------------------------
Aditya Kamath
Original Message:
Sent: Fri January 17, 2025 04:40 AM
From: Caius Ion Duca
Subject: New version of ClamAV needed
Hi @Aditya Kamath
I'm glad I could help!
Thank you for your suggestion. Unfortunately, we cannot downgrade ClamAV due to security compliance requirements, specifically CVE-2024-20505, which requires using at least version 1.0.7.
We will await a fix from the community.
However, as a potential workaround, the error can be avoided by disabling archive scanning using the --scan-archive=no option.
On AIX, archives are most likely to contain Windows files.
Thank you for your effort, and I look forward to further updates.
------------------------------
Caius Ion Duca
Original Message:
Sent: Fri January 17, 2025 12:41 AM
From: Aditya Kamath
Subject: New version of ClamAV needed
Hi @Caius Ion Duca
Thank you for reporting this issue.
>Note: I mentioned JAR archives only to clarify how MS-EXE files appear on AIX.
What you said is correct.
I have also reproduced the issue from my end.
LibClamAV debug: searching for unrar: /opt/freeware/lib/libclamunrar_iface.a not found
LibClamAV debug: searching for unrar: /opt/freeware/lib/libclamunrar_iface..a not found
LibClamAV debug: Cannot dlopen libclamunrar_iface: 0509-022 Cannot load module /opt/freeware/lib/libclamunrar_iface..a.
0509-026 System error: A file or directory in the path name does not exist. - unrar support unavailable
g: cli_scanicon: icon group @3860
LibClamAV debug: cli_scanicon: Icongrp @40f8 - 32x32x4 - (id=2, rsvd=1, planes=16, palcnt=0, sz=2e8)
LibClamAV debug: parseicon: Bitmap - 32x32x4
Segmentation fault (core dumped)
The clamav code in all versions >= 1, have undergone changes that are not AIX friendly.
In particular, over here. [https://github.com/Cisco-Talos/clamav/blob/main/libclamav/others.c#L302]
A lot of things in that function will not work in AIX since we have a different way to handle shared libraries and LIBPATH.
I will work with the community to permanently fix this issue, backport the changes to 1.0.7, and release a 1.0.7-3 version in this quarter.
I will also communicate the same in the github issue you have opened.
In the mean time, you can downgrade ClamAV and use the older version.
Thank you once again and appreciate your effort to help us understand the issue. Going forward, will ensure this is tested, before release.
Regards,
------------------------------
Aditya Kamath
Original Message:
Sent: Thu January 16, 2025 10:59 AM
From: Caius Ion Duca
Subject: New version of ClamAV needed
Hi @Aditya Kamath
Clamscan crashes only when scanning MS-EXE/DLL files.
For JAR archives, clamscan crashes when it encounters MS-EXE/DLL files inside. It extracts the JAR archive and scans each file, but fails specifically when processing MS-EXE files.
Note: I mentioned JAR archives only to clarify how MS-EXE files appear on AIX.
Here is the output from debug to clamscan:
bClamAV debug: cli_unzip: extracted to /tmpLibClamAV debug: in cli_magic_scan_desc_type (recursion_level: 0/17)LibClamAV debug: Recognized MS-EXE/DLL file
And, after that follow the details related to the scanned file:
LibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: clean_cache_check: 703bd677778f2a1ba1eb4338bac3b868 is negativeLibClamAV debug: Descriptor[4]: Continuing after file scan resulted with: No viruses detectedLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: cli_peheader: SizeOfHeader is not aligned to the SectionAlignmentLibClamAV debug: versioninfo_cb: type: 10, name: 1, lang: 409, rva: 6f158LibClamAV debug: cli_peheader: parsing version info @ rva 6f158 (1/1)LibClamAV debug: VersionInfo (6cada): 'CompanyName'='Microsoft Corporation' - VI:43006f006d00700061006e0079004e0061006d006500000000004d006900630072006f0073006f0066007400200043006f00720070006f0072006100740069006f006e000000LibClamAV debug: VersionInfo (6cb26): 'FileDescription'='Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.34.31931' - VI:460069006c0065004400650073006300720069007000740069006f006e00000000004d006900630072006f0073006f00660074002000560069007300750061006c00200043002b002b00200032003000310035002d003200300032003200200052006500640069007300740072006900620075007400610062006c00650020002800780036003400290020002d002000310034002e00330034002e003300310039003300310000000000LibClamAV debug: VersionInfo (6cbd6): 'FileVersion'='14.34.31931.0' - VI:460069006c006500560065007200730069006f006e0000000000310034002e00330034002e00330031003900330031002e0030000000LibClamAV debug: VersionInfo (6cc12): 'InternalName'='setup' - VI:49006e007400650072006e0061006c004e0061006d0065000000730065007400750070000000LibClamAV debug: VersionInfo (6cc3e): 'LegalCopyright'='Copyright (c) Microsoft Corporation. All rights reserved.' - VI:4c006500670061006c0043006f007000790072006900670068007400000043006f007000790072006900670068007400200028006300290020004d006900630072006f0073006f0066007400200043006f00720070006f0072006100740069006f006e002e00200041006c006c0020007200690067006800740073002000720065007300650072007600650064002e000000LibClamAV debug: VersionInfo (6ccd6): 'OriginalFilename'='VC_redist.x64.exe' - VI:4f0072006900670069006e0061006c00460069006c0065006e0061006d0065000000560043005f007200650064006900730074002e007800360034002e006500780065000000LibClamAV debug: VersionInfo (6cd22): 'ProductName'='Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.34.31931' - VI:500072006f0064007500630074004e0061006d006500000000004d006900630072006f0073006f00660074002000560069007300750061006c00200043002b002b00200032003000310035002d003200300032003200200052006500640069007300740072006900620075007400610062006c00650020002800780036003400290020002d002000310034002e00330034002e003300310039003300310000000000LibClamAV debug: VersionInfo (6cdca): 'ProductVersion'='14.34.31931.0' - VI:500072006f006400750063007400560065007200730069006f006e000000310034002e00330034002e00330031003900330031002e0030000000LibClamAV debug: in asn1_check_mscat (offset: 25455776)
In conclusion, my error is similar to what was mentioned in POST 19, from @Jan Harris, on Mon May 16, 2022 04:47 PM.
------------------------------
Caius Ion Duca
Original Message:
Sent: Thu January 16, 2025 07:44 AM
From: Aditya Kamath
Subject: New version of ClamAV needed
hi @Caius Ion Duca
I downloaded a sample jar file and ran clamscan. Things work in my LPAR.
# clamscan plugins/com.ibm.ws.pak.internal.nl2a_1.0.11.v201307291942.jar
LibClamAV Warning: **************************************************
LibClamAV Warning: *** The virus database is older than 7 days! ***
LibClamAV Warning: *** Please update it as soon as possible. ***
LibClamAV Warning: **************************************************
Loading: 25s, ETA: 0s [========================>] 8.70M/8.70M sigs
Compiling: 5s, ETA: 0s [========================>] 41/41 tasks
/var/cust_test/plugins/com.ibm.ws.pak.internal.nl2a_1.0.11.v201307291942.jar: OK
----------- SCAN SUMMARY -----------
Known viruses: 8699041
Engine version: 1.0.7
Scanned directories: 0
Scanned files: 1
Infected files: 0
Data scanned: 0.13 MB
Data read: 0.02 MB (ratio 6.80:1)
Time: 31.930 sec (0 m 31 s)
Start Date: 2025:01:16 06:36:38
I want to understand more. What is the output of df -h??
------------------------------
Aditya Kamath
Original Message:
Sent: Thu January 16, 2025 05:10 AM
From: Caius Ion Duca
Subject: New version of ClamAV needed
Hello @Aditya Kamath
Yes, I executed the command ulimit -d unlimited -m unlimited -n unlimited -s unlimited
prior to running clamscan
.
Up until November 2024, we were using ClamAV version 0.103.11 on our AIX systems, during which no errors occurred when scanning Windows files.
------------------------------
Caius Ion Duca
Original Message:
Sent: Wed January 15, 2025 11:45 PM
From: Aditya Kamath
Subject: New version of ClamAV needed
Hi @Caius Ion Duca
Did you try setting "ulimit -d unlimited" and "ulimit -m unlimited" and then check? I remember someone had a similar issue which was resolved with it.
------------------------------
Aditya Kamath
Original Message:
Sent: Tue January 14, 2025 03:15 PM
From: Caius Ion Duca
Subject: New version of ClamAV needed
Hello Team
It seems that the new version of clamscan ( ClamAV version 1:1.0.7-2.ppc) crashes on AIX 7.2.5 when scanning MS-EXE/DLL files, or ZIP files containing MS-EXE/DLL .
Here is my case:
Operating System:
7200-05-03-2148
Calmscan with Debug:
/opt/freeware/bin/clamscan -a -v --debug /var/ibm/InstallationManager/bundles/plugins/com.ibm.ws.check.os.v80_8.0.5024.20230413_1800.jar
LibClamAV debug: cli_unzip: extracted to /tmpLibClamAV debug: in cli_magic_scan_desc_type (recursion_level: 0/17)LibClamAV debug: Recognized MS-EXE/DLL fileLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: clean_cache_check: 703bd677778f2a1ba1eb4338bac3b868 is negativeLibClamAV debug: Descriptor[4]: Continuing after file scan resulted with: No viruses detectedLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: cli_peheader: SizeOfHeader is not aligned to the SectionAlignmentLibClamAV debug: versioninfo_cb: type: 10, name: 1, lang: 409, rva: 6f158LibClamAV debug: cli_peheader: parsing version info @ rva 6f158 (1/1)LibClamAV debug: VersionInfo (6cada): 'CompanyName'='Microsoft Corporation' - VI:43006f006d00700061006e0079004e0061006d006500000000004d006900630072006f0073006f0066007400200043006f00720070006f0072006100740069006f006e000000LibClamAV debug: VersionInfo (6cb26): 'FileDescription'='Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.34.31931' - VI:460069006c0065004400650073006300720069007000740069006f006e00000000004d006900630072006f0073006f00660074002000560069007300750061006c00200043002b002b00200032003000310035002d003200300032003200200052006500640069007300740072006900620075007400610062006c00650020002800780036003400290020002d002000310034002e00330034002e003300310039003300310000000000LibClamAV debug: VersionInfo (6cbd6): 'FileVersion'='14.34.31931.0' - VI:460069006c006500560065007200730069006f006e0000000000310034002e00330034002e00330031003900330031002e0030000000LibClamAV debug: VersionInfo (6cc12): 'InternalName'='setup' - VI:49006e007400650072006e0061006c004e0061006d0065000000730065007400750070000000LibClamAV debug: VersionInfo (6cc3e): 'LegalCopyright'='Copyright (c) Microsoft Corporation. All rights reserved.' - VI:4c006500670061006c0043006f007000790072006900670068007400000043006f007000790072006900670068007400200028006300290020004d006900630072006f0073006f0066007400200043006f00720070006f0072006100740069006f006e002e00200041006c006c0020007200690067006800740073002000720065007300650072007600650064002e000000LibClamAV debug: VersionInfo (6ccd6): 'OriginalFilename'='VC_redist.x64.exe' - VI:4f0072006900670069006e0061006c00460069006c0065006e0061006d0065000000560043005f007200650064006900730074002e007800360034002e006500780065000000LibClamAV debug: VersionInfo (6cd22): 'ProductName'='Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.34.31931' - VI:500072006f0064007500630074004e0061006d006500000000004d006900630072006f0073006f00660074002000560069007300750061006c00200043002b002b00200032003000310035002d003200300032003200200052006500640069007300740072006900620075007400610062006c00650020002800780036003400290020002d002000310034002e00330034002e003300310039003300310000000000LibClamAV debug: VersionInfo (6cdca): 'ProductVersion'='14.34.31931.0' - VI:500072006f006400750063007400560065007200730069006f006e000000310034002e00330034002e00330031003900330031002e0030000000LibClamAV debug: in asn1_check_mscat (offset: 25455776)LibClamAV debug: in asn1_parse_mscatLibClamAV debug: asn1_parse_mscat: 2 embedded certificates collectedLibClamAV debug: asn1_parse_mscat: Indirectly trusting embedded cert based on Trusted.CA.Microsoft-7350512-0LibClamAV debug: asn1_parse_mscat: Indirectly trusting embedded cert based on (no name)LibClamAV debug: asn1_parse_mscat: authenticatedAttributes successfully parsed and verifiedLibClamAV debug: asn1_parse_mscat: RFC3161 timestamping countersignature detected but parsing them is not currently supportedLibClamAV debug: asn1_parse_mscat: unauthenticatedAttributes successfully parsedLibClamAV debug: asn1_parse_mscat: no countersignature and signing certificate has expiredLibClamAV debug: Matched signature for file type PELibClamAV debug: Matched signature for file type PELibClamAV debug: cli_ac_scanbuff: VI match for offset 6cadaLibClamAV debug: cli_ac_scanbuff: VI match for offset 6cadaLibClamAV debug: Matched signature for file type CAB-SFX at 463360LibClamAV debug: Matched signature for file type CAB-SFX at 650568LibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: matcher_run: performing regex matching on full map: 25352832+113184(25466016) >= 25466016LibClamAV debug: matcher_run: performing regex matching on full map: 25352832+113184(25466016) >= 25466016LibClamAV debug: fmap_aging: kernel hates youLibClamAV debug:LibClamAV debug: cli_pcre_report: PCRE2 Execution Report:LibClamAV debug: cli_pcre_report: running regex /BL[\W_][\w]{0,16}\.exe/ returns -1LibClamAV debug: cli_pcre_report: no match foundLibClamAV debug: cli_pcre_report: PCRE Execution Report EndLibClamAV debug:LibClamAV debug:LibClamAV debug: cli_pcre_report: PCRE2 Execution Report:LibClamAV debug: cli_pcre_report: running regex /(Case|Paiement|dossier|remit|inquiry|proforma|bestellung).{0,20}\.(exe|scr)/ returns -1LibClamAV debug: cli_pcre_report: no match foundLibClamAV debug: cli_pcre_report: PCRE Execution Report EndLibClamAV debug:LibClamAV debug:LibClamAV debug: cli_pcre_report: PCRE2 Execution Report:LibClamAV debug: cli_pcre_report: running regex /\b(FedEx|DHL|US?PS).{0,100}\.(exe|scr|js)/ returns -1LibClamAV debug: cli_pcre_report: no match foundLibClamAV debug: cli_pcre_report: PCRE Execution Report EndLibClamAV debug:LibClamAV debug:LibClamAV debug: cli_pcre_report: PCRE2 Execution Report:LibClamAV debug: cli_pcre_report: running regex /(CANON|NIKON|photo|img|IMG|pic|SHOT|swift|EPSON)[a-z\d]{1,20}\.js/ returns -1LibClamAV debug: cli_pcre_report: no match foundLibClamAV debug: cli_pcre_report: PCRE Execution Report EndLibClamAV debug:LibClamAV debug:LibClamAV debug: cli_pcre_report: PCRE2 Execution Report:LibClamAV debug: cli_pcre_report: running regex /SKMBT[\W_][\w]{0,16}\.exe/ returns -1LibClamAV debug: cli_pcre_report: no match foundLibClamAV debug: cli_pcre_report: PCRE Execution Report EndLibClamAV debug:LibClamAV debug: hook lsig id 1 matched (bc 26)LibClamAV debug: Running bytecode 'BC.Win.Virus.Ransom-9157.{A,B}' (id: 37) for logical signature match.LibClamAV debug: Bytecode 37: executing in interpreter modeLibClamAV debug: bytecode: registered ctx variable at 11dc49af0 (+256) id 6LibClamAV debug: bytecode: registered ctx variable at 9000000050245fe (+2) id 2LibClamAV debug: bytecode: registered ctx variable at 114639cf0 (+256) id 1LibClamAV debug: bytecode: registered ctx variable at fffffffffff8128 (+4) id 5LibClamAV debug: bytecode: registered ctx variable at fffffffffff8630 (+648) id 4LibClamAV debug: bytecode: registered ctx variable at 1100ddc90 (+96) id 7LibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: interpreter bytecode run finished in 136us, after executing 416 opcodesLibClamAV debug: previous tempfile had 0 bytesLibClamAV debug: Bytecode 'BC.Win.Virus.Ransom-9157.{A,B}' (id: 37) returned code: 0LibClamAV debug: hook lsig id 4 matched (bc 49)LibClamAV debug: Running bytecode 'BC.Win.Virus.Virut-7001009-0.{}' (id: 88) for logical signature match.LibClamAV debug: Bytecode 88: executing in interpreter modeLibClamAV debug: bytecode: registered ctx variable at 11dc4a6f0 (+256) id 6LibClamAV debug: bytecode: registered ctx variable at 9000000050245fe (+2) id 2LibClamAV debug: bytecode: registered ctx variable at 11463a8f0 (+256) id 1LibClamAV debug: bytecode: registered ctx variable at fffffffffff8128 (+4) id 5LibClamAV debug: bytecode: registered ctx variable at fffffffffff8630 (+648) id 4LibClamAV debug: bytecode: registered ctx variable at 1102dff70 (+872) id 7LibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: fmap_aging: kernel hates youLibClamAV debug: interpreter bytecode run finished in 127us, after executing 3306 opcodesLibClamAV debug: previous tempfile had 0 bytesLibClamAV debug: Bytecode 'BC.Win.Virus.Virut-7001009-0.{}' (id: 88) returned code: 0LibClamAV debug: groupicon_cb: scanning group 1LibClamAV debug: cli_scanicon: icon group @6ca28LibClamAV debug: cli_scanicon: Icongrp @6f148 - 32x32x8 - (id=1, rsvd=1, planes=0, palcnt=0, sz=8a8)LibClamAV debug: parseicon: Bitmap - 32x32x8Memory fault
------------------------------
Caius Ion Duca
Original Message:
Sent: Tue July 12, 2022 12:51 PM
From: Stanley Speegle
Subject: New version of ClamAV needed
Hi Team,
I think the issues that were seen before are solved.
Completed a test scan with zero errors!
----------- SCAN SUMMARY -----------
Known viruses: 8621833
Engine version: 0.104.2
Scanned directories: 690
Scanned files: 169702
Infected files: 0
Data scanned: 29174.82 MB
Data read: 428631.91 MB (ratio 0.07:1)
Time: 6568.720 sec (109 m 28 s)
Start Date: 2022:07:12 09:50:31
End Date: 2022:07:12 11:40:00
Thank you for working to solve this issue!
Stan
------------------------------
Stanley
Original Message:
Sent: Wed June 22, 2022 06:25 AM
From: Neha Jain
Subject: New version of ClamAV needed
Hi Stanley,
We have found a solution for 1st problem (Segmentation fault(coredump)) and found a workaround for 2nd problem (Illegal instruction(coredump)), we will update a new version in a couple of days. For the 2nd problem, we have reported a bug in the ClamAV forum.
------------------------------
Neha Jain
Original Message:
Sent: Tue June 21, 2022 08:21 AM
From: Stanley Speegle
Subject: New version of ClamAV needed
Hi Team,
Can we have an update on the ClamAV issues that were discovered and the progress that has been made?
Is there an estimated time a new release will be available?
Thank you for working on this!
Stan
------------------------------
Stanley
Original Message:
Sent: Fri May 20, 2022 06:34 AM
From: Neha Jain
Subject: New version of ClamAV needed
We have found the solution for one problem, we are looking into second problem.
------------------------------
Neha Jain
Original Message:
Sent: Fri May 13, 2022 09:47 AM
From: Stanley Speegle
Subject: New version of ClamAV needed
I se the the ulimit -d to unlimited
#ulimit -aS
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
threads(per process) unlimited
processes(per user) 128
#ulimit -aH
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 4194304
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
threads(per process) unlimited
processes(per user) 128
The clamscan errors with a Segmentation fault and core dumps on the pip-20.1.1-py2.py3-none-any.whl file.
#/opt/freeware/bin/clamscan -rv /opt/freeware/lib64/python3.7/ensurepip/_bundled/
Loading: 16s, ETA: 0s [========================>] 8.62M/8.62M sigs
Compiling: 6s, ETA: 0s [========================>] 41/41 tasks
Scanning /opt/freeware/lib64/python3.7/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
Segmentation fault(coredump)
Thank you for your help!
Stan
------------------------------
Stanley
Original Message:
Sent: Fri May 13, 2022 01:50 AM
From: SANKET RATHI
Subject: New version of ClamAV needed
While running on my system I did not see any issue.
It could be that in your system it needs to allocate more memory and probably ulimit is not enough.
Can you try setting ulimit of data to unlimited and test.
$ ulimit -d unlimited
------------------------------
SANKET RATHI
Original Message:
Sent: Thu May 12, 2022 01:52 PM
From: Stanley Speegle
Subject: New version of ClamAV needed
Thank you for the new version of clamav. It installed with out any issues but I am receiving out of memory errors when scanning some files.
Have you seen this issue before? The LPAR has plenty of RAM 10GB and there are no errors in the errpt.
root@mh-p9-nim:/tmp #/opt/freeware/bin/clamscan -rv /opt/freeware/lib64/python3.7/ensurepip/_bundled/
Loading: 16s, ETA: 0s [========================>] 8.62M/8.62M sigs
Compiling: 6s, ETA: 0s [========================>] 41/41 tasks
Scanning /opt/freeware/lib64/python3.7/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
calloc_problem: Not enough space
LibClamAV Error: cli_calloc(): Can't allocate memory (60126208 bytes).
LibClamAV Error: cli_ac_init: Can't allocate memory for data->lsigsuboff_(last|first)[0]
/opt/freeware/lib64/python3.7/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl: Can't allocate memory ERROR
Scanning /opt/freeware/lib64/python3.7/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
calloc_problem: Not enough space
LibClamAV Error: cli_calloc(): Can't allocate memory (60126208 bytes).
LibClamAV Error: cli_ac_init: Can't allocate memory for data->lsigsuboff_(last|first)[0]
/opt/freeware/lib64/python3.7/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl: Can't allocate memory ERROR
----------- SCAN SUMMARY -----------
Known viruses: 8616419
Engine version: 0.104.2
Scanned directories: 1
Scanned files: 0
Infected files: 0
Total errors: 2
Data scanned: 6.65 MB
Data read: 1.97 MB (ratio 3.37:1)
Time: 30.898 sec (0 m 30 s)
These could just be normal errors on these files but I would like to know why,
Thank you,
Stan
------------------------------
Stanley
Original Message:
Sent: Mon May 09, 2022 03:46 AM
From: SANKET RATHI
Subject: New version of ClamAV needed
clamav-0.104.2-1 is now available on AIX toolbox. You can use dnf/yum to update to latest level.
------------------------------
SANKET RATHI
Original Message:
Sent: Wed May 04, 2022 11:50 AM
From: SANKET RATHI
Subject: New version of ClamAV needed
Hi Stanley,
We have built the new ClamAV and will upload in couple of days.
Hopefully you will have it by end of this week.
------------------------------
SANKET RATHI
Original Message:
Sent: Mon May 02, 2022 09:14 AM
From: Stanley Speegle
Subject: New version of ClamAV needed
Can we have an update on the release date of a new version of ClamAV?
Thank you!
Stan Speegle
------------------------------
Stanley
Original Message:
Sent: Mon March 14, 2022 01:15 PM
From: SANKET RATHI
Subject: New version of ClamAV needed
The new version of ClamAV has new dependencies so it is taking time for us.
We are working on the building new dependencies and newer version of package.
Also there are some internal process. Our target is by end of this month or early next month.
------------------------------
SANKET RATHI
Original Message:
Sent: Wed March 09, 2022 06:05 AM
From: Hector Speight
Subject: New version of ClamAV needed
Do you have an ETA for the delivery of version 0.103 to the AIX Toolbox
------------------------------
Hector Speight
Original Message:
Sent: Thu February 10, 2022 09:49 AM
From: Ayappan P
Subject: New version of ClamAV needed
Thanks for reporting. We will update it ASAP.
------------------------------
Ayappan P
Original Message:
Sent: Thu February 10, 2022 09:12 AM
From: Stanley Speegle
Subject: New version of ClamAV needed
Receiving Warnings that ClamAV is out of date when updating the ClamAV database but the system is running the latest version in the AIX Toolbox.
Please update the version of ClamAV in the AIX Toolbox.
# /opt/freeware/bin/freshclam -F
ClamAV update process started at Thu Feb 10 08:04:05 2022
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.102.2 Recommended version: 0.103.5
DON'T PANIC! Read https://www.clamav.net/documents/upgrading-clamav
root@awx:/home #/opt/freeware/bin/dnf info clamav
Last metadata expiration check: 0:11:10 ago on Thu Feb 10 07:44:23 CST 2022.
Installed Packages
Name : clamav
Version : 0.102.2
Release : 1
Architecture : ppc
Size : 16 M
Source : clamav-0.102.2-1.src.rpm
Repository : @System
From repo : AIX_Toolbox
Summary : Antivirus Toolkit
URL : http://www.clamav.net
License : GPL-2.0-only
Description : ClamAV is an antivirus engine designed for detecting trojans,
: viruses, malware and other malicious threats. It is the de-facto
: standard for mail gateway scanning. It provides a multi-threaded
: scanning daemon, command line utilities for on-demand file scanning,
: and a tool for automatic signature updates. The core ClamAV library
: provides numerous file format detection mechanisms, file unpacking
: support, archive support, and multiple signature languages for
: detecting threats.
Thank you for your help!
Stan
------------------------------
Stanley
------------------------------