Recent

Author Topic: Spam?  (Read 4920 times)

Paolo

  • Hero Member
  • *****
  • Posts: 715
Spam?
« on: April 01, 2026, 12:28:58 am »
Hello,

I have recieved right now this message :

Quote
This mail was sent because the 'forgot password' function has been applied to your account. To set a new password, click the following link:


Is it really sent by Lazaus admin ?

PascalDragon

  • Hero Member
  • *****
  • Posts: 6395
  • Compiler Developer
Re: Spam?
« Reply #1 on: April 01, 2026, 12:34:09 am »
I got the same (twice). Maybe someone tries to get access to the user accounts? 🤔

rvk

  • Hero Member
  • *****
  • Posts: 7018
Re: Spam?
« Reply #2 on: April 01, 2026, 12:39:19 am »

Paolo

  • Hero Member
  • *****
  • Posts: 715
Re: Spam?
« Reply #3 on: April 01, 2026, 12:40:30 am »
Yes, twice

Paolo

  • Hero Member
  • *****
  • Posts: 715
Re: Spam?
« Reply #4 on: April 01, 2026, 12:42:17 am »
Is there the risk after several failed login attempt my account is blocked ? 

dbannon

  • Hero Member
  • *****
  • Posts: 3808
    • tomboy-ng, a rewrite of the classic Tomboy
Re: Spam?
« Reply #5 on: April 01, 2026, 02:10:49 am »
Yes, me too. But I don't know what their angle is. The link they want me to click looks genuine -
Code: [Select]
https://forum.lazarus.freepascal.org/index.php?action=reminder;sa=setpassword;u=60561;code=....and clearly my account has not been reset (or I could not post this).

Header looks sensible (coming from server.lazarus-ide.org [37.97.187.115]).

So, what do they gain by me clicking on that link, have they compromised the lazarus infrastructure ? A logger in the reset code ...

Edit : maybe someone is just scanning for weak passwords ?
 
Davo

« Last Edit: April 01, 2026, 01:18:16 pm by dbannon »
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

440bx

  • Hero Member
  • *****
  • Posts: 6490
Re: Spam?
« Reply #6 on: April 01, 2026, 02:15:51 am »
So, what do they gain by me clicking on that link, have they compromised the lazarus infrastructure ? A logger in the reset code ...

Edit : maybe someone is just scanning for weak passwords ?
 
Davo
That's a possibility another is that there may be a hidden logger in your system just waiting for that password change screen to be used.
FPC v3.2.2 and Lazarus v4.0rc3 on Windows 7 SP1 64bit.

dbannon

  • Hero Member
  • *****
  • Posts: 3808
    • tomboy-ng, a rewrite of the classic Tomboy
Re: Spam?
« Reply #7 on: April 01, 2026, 03:18:28 am »
That's a possibility another is that there may be a hidden logger in your system just waiting for that password change screen to be used.
[/quote]

Hmm, maybe. But unlikely, given a number of other users are also seeing same issue at present. OK, what if we have all tried some binary posted here in the forum recently ?  Seriously, I cannot think of one I have run ...

Fresnal ?  Has a precompiled library. (Honestly, not suggesting that seriously).

Davo
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

440bx

  • Hero Member
  • *****
  • Posts: 6490
Re: Spam?
« Reply #8 on: April 01, 2026, 03:31:03 am »
I just thought it would be worth mentioning that the coin has two sides and, the reason I thought considering the second side (the presence of a key logger in the system) is because not all forum members have gotten such a link (I haven't.)  IOW, maybe a hidden key logger is what the few users that have received the link have in common.  I don't know if that's the case but, I believe it's a possibility to consider.
FPC v3.2.2 and Lazarus v4.0rc3 on Windows 7 SP1 64bit.

dbannon

  • Hero Member
  • *****
  • Posts: 3808
    • tomboy-ng, a rewrite of the classic Tomboy
Re: Spam?
« Reply #9 on: April 01, 2026, 06:22:54 am »
Yes, I was (partly) agreeing with you 440, some users of the forum get this message, that indicates the forum is a common factor (or fpc/lazarus is). Is that mechanism -

  • A downloaded application posted to the forum ? "Please test this binary and report what you see".
  • Similar but riskier, "please compile and run this code ..."
  • Please test the application at this link http:....."


In each case, the trojan would start a logger, running as e.g. me. It would need to send my ID back home and then, trigger a bogus email. Fail if my local ID differs from the one on the forum.

Seems like a lot of trouble to break into my non-privileged account on the forum. But they might get lucky a hit an admin who uses same credentials to commit to, eg, FPC. Perhaps ?

More likely some one trying to guess a password, when the offer to reset was made, they thought "why not ?".

Either way, a lame sort of attempt IMHO. I have nothing unexpected in my ~/.config/autostart/ directory, think I will reboot and forget about it.

Davo



 
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

rvk

  • Hero Member
  • *****
  • Posts: 7018
Re: Spam?
« Reply #10 on: April 01, 2026, 06:30:40 am »
In each case, the trojan would start a logger, running as e.g. me. It would need to send my ID back home and then, trigger a bogus email. Fail if my local ID differs from the one on the forum.
I would expect the trigger for the mail then to be originated from my IP. It isn't.

Quote
Dear rvk,
This mail was sent because the 'forgot password' function has been applied to your account. To set a new password, click the following link:
https://forum.lazarus.freepascal.org/index.php?action=xxx

IP: 185.125.171.218
Username: rvk

Regards,
The Lazarus Team.

That's not my IP.

dbannon

  • Hero Member
  • *****
  • Posts: 3808
    • tomboy-ng, a rewrite of the classic Tomboy
Re: Spam?
« Reply #11 on: April 01, 2026, 07:02:01 am »
Nor is it my IP (and my message mentioned the same (ipv4) address), I assumed its the fpc/lazarus server. But it is from gigahost in Norway ?  Is that right ?

Davo
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

rvk

  • Hero Member
  • *****
  • Posts: 7018
Re: Spam?
« Reply #12 on: April 01, 2026, 07:12:15 am »
I found a reference to this IP as being used in attacking a website once.

It should be the IP from which the password-reset request originated.

dbannon

  • Hero Member
  • *****
  • Posts: 3808
    • tomboy-ng, a rewrite of the classic Tomboy
Re: Spam?
« Reply #13 on: April 01, 2026, 07:24:42 am »
I found a reference to this IP as being used in attacking a website once.
Gigahost is a significant hosting and data center mob. Be surprising if none of their customers tried something nasty at some stage.
 
Quote
It should be the IP from which the password-reset request originated.
Should it ? Still consistent with the theory someone tried to reset our passwords. IMHO.
Davo
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

440bx

  • Hero Member
  • *****
  • Posts: 6490
Re: Spam?
« Reply #14 on: April 01, 2026, 07:28:12 am »
But it is from gigahost in Norway ?  Is that right ?

Davo
That's also what I get from whois.
FPC v3.2.2 and Lazarus v4.0rc3 on Windows 7 SP1 64bit.

 

TinyPortal © 2005-2018