Comment on
Darmok and Jalad… at Tanagra
What. Fate. Omoroca?
Comment on
Darmok and Jalad… at Tanagra
What. Fate. Omoroca?
Comment on
What Software Do You Use? INCLUDING OPERATING SYSTEM
Reply in thread
Nothing in this case, but allows for spaces and shell expansion so a lot of people (including myself most of the time) add them by default from muscle memory
Comment on
Honk at me again you long neck fuck, see what happens.
Reply in thread
No realli! She was Karving her initials on the g00se with the sharpened end of an interspace t00thbrush given by Svenge - her brother-in-law - an Oslo dentist and star of many Norwegian m0vies: “The H0t Hands of an Oslo Dentist”, “Fillings of Passion”, “The Huge M0lars of Horst Nordfink”.
Comment on
NanoGPT Speedrun Frontier
Can someone smarter than me explain this in terms a software engineer would understand?
Comment on
Honey Lost 7 Million Users After a YouTuber Exposed Its Alleged Affiliate Theft - Gadget Review
Reply in thread
Not trying to start a debate or anything but I'm genuinely curious.
Which religions aren't cults?
Comment on
Everything was almost perfect. Until...
Every hero has a journey.
Yours has just begun.
I warn you, this is not the easy path.
But I urge you to heed the call.
For though there will be trials and tribulations,
soon, my friend, you will own new socks.
Comment on
wrong password message instead of expired.
Reply in thread
Fair, I totally neglected to recognize that's what you were here for and focused entirely on trying to get the concept across. I don't usually pay much attention to which community I'm reading, I just stick to local for tech stuff and all for everything else. I barely customize the experience at all.
I'm not a security-specific person but I am a programmer, so I will just pass on one tiny nugget of wisdom on the original topic: Yes, what bothers you about the messaging in the UI is possible without compromising security, it's just more complicated and requires a bit more scrutiny and due diligence on the part of the engineering team. However, "possible" and "reasonable" are two very different things in the eyes of a developer. We are typically constrained by tight deadlines, moving targets, and competing priorities, and that often leads to doing the simplest thing that solves the problem now, rather than the elegant and full-featured thing that will make everyone happy. My favorite reference on this topic is SMOP, (Small Matter of Programming) which is basically the idea that I just spelled out. Yes, what you want is possible, but it is more difficult than most people realize to do right.
Comment on
wrong password message instead of expired.
Reply in thread
On the sarcarm thing, yeah that's true enough. I think I'm funny, but it's impossible for me to predict how that's going to come off to someone who doesn't know me. And sorry if my line about the "disingenuous" thing didn't land, it's a Princess Bride reference, I just wanted to sneak it in there inconceivably.
Nice on the "genuine experience" thing. How's that working out so far? I've had pretty good luck on Lemmy using programming.dev, but I'm usually more of a lurker than a contributor. The only reason I've been active lately is that I've started commuting so I've got some downtime when I can't do much else.
I definitely know what you mean about double-down behavior. I come across it all the time and usually just let it ride. "Not my job" to teach internet strangers stuff lol. I've also been in relationships with people who act that way all the time, on every topic, and eventually it becomes clear that what they're after isn't consensus, its's persuasion, so if I don't budge they feel like they're losing some kind of battle. I've mostly learned to avoid those sorts. If you want to learn to spot it in the wild, I think the term is DARVO.
I am just one of those people who reads wikipedia for fun, watches educational content primarily, and has a million hobbies, so I know a little about a lot of topics. I really want to share that knowledge with people but have a hard time doing so, I think I come off as pretentious, but genuinely don't judge people or rank them into better or worse.
People are just people to me. Sometimes people do bad things, some people do bad stuff all the time, but I know that somehow, in their mind, they think they're right in doing so.
Anyway, I did feel a little spicy last night when I wrote my last few replies, so it makes sense that you read me as being hostile and disingenuous. I wasn't trying to be, but I know I can come off as pretty abrasive when I'm frustrated.
Comment on
Oh no
This may be the most upvoted post I've ever seen on lemmy
Comment on
Oh no
Reply in thread
Oh well, survivorship bias I guess
Comment on
wrong password message instead of expired.
Reply in thread
Are you deliberately trying to troll me?
Look man, you either completely misunderstood (my bet) or purposefully misrepresented what notabot said, and all I did was come here in good faith and try and explain it to you. You have, for 3 days now, completely missed it, and pointed out that back-end enumeration mitigation isn't the specific feature you're complaining about.
I never once said that it was.
The only concept I've been trying to communicate to you, through my own frustration, is this:
On a simple login endpoint, if there's bits of information that differentiates one scenario from another, then you have provided a vulnerable surface that can be abused to extract information.
It doesn't matter how likely it is.
It doesn't matter how hard it is.
It doesn't matter if we're talking about an embedded device, an api endpoint, or a database server.
It doesn't matter if that information is a response code, a failure message, or a response time.
If youre responses are differentiable based on enumerating the possible inputs, that leaks data.
I'm aware that has nothing to do with showing you a pretty little message. I just wanted to be a source of information for you.
I have been patiently explaining the core of the above concept through simplified examples, and attempting to engage in a meaningful discussion where (hopefully) you walk away knowing something new.
I never set out to lay out the grand design of a perfectly impregnable digital fortress, nor by contrast explain the nuances of every single technique in the hacker's arsonal. I never suggested you were wrong that websites can securely tell you your password's expired. I was explaining the idea behind notabot's comments which you clearly didn't understand.
That's not to say I agree fully with notabot, but they came here, and they tried to tell you about a concept they knew a bit about. That's kind. Correct or not, they tried doing something nice for you.
You mischaracterized what they were trying to say, so I tried to step in and fill in a few conceptual blanks for you. Next time I'll just keep my mouth shut. I'm sorry I intruded into your safe space where you just wanted to feel vindicated in how you felt due to a bad user experience.
Have a nice life.
P.S. DDOS doesn't mean what you think it does. Its broader than that. DOS = Denial of service. That can take many forms. One form would be overwhelming the infrastructure and causing the service to stop responding. That's what you're thinking of. Another form would be making it where all the users can't log in. Same effect, the service isn't being provided anymore. Nobody can log in. D = distributed, meaning you can't just IP block the jerk who's keeping your users locked out. And locked out doesn't necessarily mean what you seem to think it does either. One form of lockout means "contact the admin so they can unlock your user", another means I just keep failing to sign in as you, hundereds of times, and the service never lets the real you in, correct password or not. I hope you at least learned a few new words today.
Comment on
Xanthochromism
I love you
Comment on
wrong password message instead of expired.
Reply in thread
I'm not.
I'm just pointing out that they open you up to DDOS attacks (and before you point this out, yes there are mitigations for those too)
Anyway, I concede that if you're only returning "expired" responses when the user enters the correct, but expired password, you mitigate a lot of the surface I was referencing.
I was mostly trying to use simplified examples to demonstrate principle, and when you kept poking holes in them, I became frustrated, because I was never trying to holistically describe or prescribe protection against literally every attack vector, I just wanted to explain the specific reasoning why someone would make this choice.
For the record, I'm not a security guy, I don't implement login endpoints, I'm just a nerd that finds this topic fascinating, and I love infodumping when I get the chance. I'm sorry for how it came across.
Comment on
wrong password message instead of expired.
Reply in thread
I can see you're determined to be "right" here and aren't interested in the reason systems are implemented that way. So I'll drop it here and let you "win".
I'm tempted to inform you about DDOS attacks and how allowing all your users to get locked out due to a determined and persistent threat is probably a worse user experience than not having a "Your password is expired, please change it" message, but no, you're totally right, and somehow I just couldn't see your brilliant solution to all the problems I mentioned and was determined to naysay you. My bad.
We could just concede every time to the user experience guys, and hey, we probably should, life's a lot more fun when you ignore security best practices.
Comment on
wrong password message instead of expired.
Reply in thread
disengenous
You keep using that word. I do not think it means what you think it means.
I was being sarcastic, friend.
And at this point I'm cool with you just being a troll.
I'm a troll too sometimes, I get the thrill. Anyway, it's been a fun few train rides writing this thread with you.
Maybe I'll see you around ;-)
Comment on
wrong password message instead of expired.
Reply in thread
Yeah my bad on the link, I double-pasted. I fixed it now, but here it is again: https://nvd.nist.gov/vuln/detail/CVE-2024-55008
Comment on
wrong password message instead of expired.
Reply in thread
Oh is there some rule that I can't just respond to a comment thread? Every comment has to be about the original post?
Wild. I had no idea. Can you point me to a source for that claim please? As evidenced by the thread, I love learning!
Well, see, there's people who talk about security, and there's people who talk about security. Most people are the former.
But hey, I asked you for a source, it's only fair for me to reciprocate: oh no! You were wrong on the internet today!
Comment on
What's the deepest philosophical idea you've embraced or come up with?
People are just people. Everyone thinks they're the good guy. Hate hurts you more than them.
Comment on
wrong password message instead of expired.
Reply in thread
further the displayed message can be hidden from api calls but show to the user.
The UI has to get the information from the backend somehow in order to distinguish wrong from expired.
The back-end responding differently based on status reveals information.
You say unlikely. I say it depends on how valuable you are as a target.
Edit:
password lockout makes brute force a thing of the past
OK so I just hammer your login endpoint for each user I've found until all your users are logged out.
Then I continue doing this every day until you stop using password lockouts.
ban my IP
Great, I have 8 VPN subscriptions and thousands of potential IPs, let's go for broke here.
manually trying to guess is even worse.
When targeting a single user, sure, but at scale the tables turn. One of your users uses a weak password, or a re-used password.
you likely would have more success with just trying the list of most common passwords.
Yeah this was just an example, I'm not trying to give a tutorial.
You got the supposed user name list from the 404/403 which is not related to being clear about the error for the user I am talking about.
Sorry if this didnt land, but I had hoped my payload thing demonstrated the whole "if the different statuses are distinguishable from one another, you're leaking information" thing.
further the displayed message can be hidden from api calls but show to the user.
Cool but the UI has to know which message to display. No matter how you spin it. You can return 418 "I'm a teapot" responses for expired passwords, and 403 for wrong passwords, and 404 for no user found, but the principle is the same. You are leaking information about the users by responding differently.
it does not need to be plain text as we are talking about user usability.
Sure, it could be no text, and I could still scrape information, so long as the responses are different between statuses.
Comment on
wrong password message instead of expired.
Reply in thread
Your message to me reads like someone who is upset, so right up front I'm going to say that I understand where you're coming from and it's not wrong to feel the way you do about this.
However, the other reply-er is right about the security problems with what you're asking, and I'm going to try to illustrate why.
If that's not something you're interested in, you don't have to read this. I'm not calling you out or anything, I'm just trying to fill you in.
Let's imagine I'm a hacker, right?
And I want to get into a particular service, but I don't have any credentials. How to solve this problem?
Let's just try figuring out the usernames in-use first.
I make a web request to the sign in service. I get a "404 Not Found" response (or, in this case, a "no user exists with that username" message on screen)
Awesome, I'll just write a quick script that hammers the sign-on endpoint with every conceivable username I can enumerate. Most get 404s, a few get "403 Unauthorized" (or an "invalid password" message). Those represent real usernames. Great!
Now I just gotta find one person from this list with a predictable password, or enough of an identifiable username to target with a social engineering attack. Bonus points if they have elevated access.
It's true that 2FA, IP based bans of bad actors, passkeys, strong password requirements, password expiration, and more can make this job a little harder, but there's workarounds for all these problems.
That's what they're saying. Not that the server returns your username, just that by providing different responses to to failed login attempts, you make usernames extractable based on your response behavior.
I hope this helps you understand the reasons for the frustrating user experience. Its because they're trying to protect your data (username) from hackers.