vMarkusK / Advanced-PRTG-Sensors

Collection of my Advanced PRTG Sensors
https://mycloudrevolution.com/
Apache License 2.0
69 stars 29 forks source link

Since installation of CVE-2023-27532 #100

Closed carsten0407 closed 1 year ago

carsten0407 commented 1 year ago

Probably we have since the installation from CVE-2023-27532 during the command Get-VBRBackupSession Get-VBRBackupSession : Cannot find session for policy fee3620e-fa9e-425f-bb0e-9c99fc0f13dd

the problem, that no VBRBackupSession is visible.

The Veeam is functionally only the Get-VBRBackupSession is broken. Could it be? Any Ideas?

carsten0407 commented 1 year ago

Here the output from Get-VBRBackupSession

[DBG]: PS C:\Users\Administrator>> Get-VBRBackupSession Get-VBRBackupSession : Cannot find session for policy fee3620e-fa9e-425f-bb0e-9c99fc0f13dd In Zeile:1 Zeichen:1

vMarkusK commented 1 year ago

Hi @carsten0407

do you use v11 or v12? My Lab is not yet updated to test this but I can have a look at another environment.

Nothing has been reported in the Veeam Forum so far (https://forums.veeam.com/powershell-f26/)...

vMarkusK commented 1 year ago

Might you please try this alternative way?

$Job = Get-VBRJob -Name "<Your Backup Job Name>"
Get-VBRSession -Job $Job
vMarkusK commented 1 year ago

My v12 Lab still works fine after the patch:

image
carsten0407 commented 1 year ago

Checking the backups / adjustment of backup copies, as they have not run properly for more than 30 days / Sensor stays green, Ticket closed