WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
1–10 of 54 posts
Re: WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
#2Re: WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
#3It’s odd that this hasn’t got more attention. It should be easier to write backends that tie data access more closely to user credentials without the backend trying to enforce that itself. Is there anything out there that makes this easy to do?
Re: WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
#4> wpWave [adressed] both flaws in Hide My WP version 6.2.4, released on October 26.
Re: WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
#5Re: WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
#6SQL injection draws attention to the fact that almost all web applications run as root, in regards to the most important asset: the data. It’s odd that this hasn’t got more attention. It should be easier to write backends that tie data access more closely to user credentials without the backend trying to enforce that itself. Is there anything out there that makes this easy to do?
That‘s largely a configuration problem. They don‘t have to run as root, most of the time.
Re: WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
#7Re: WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
#8SQL injection draws attention to the fact that almost all web applications run as root, in regards to the most important asset: the data. It’s odd that this hasn’t got more attention. It should be easier to write backends that tie data access more closely to user credentials without the backend trying to enforce that itself. Is there anything out there that makes this easy to do?
> almost all web applications run as root That‘s largely a configuration problem. They don‘t have to run as root, most of the time.
Re: WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
#9SQL injection draws attention to the fact that almost all web applications run as root, in regards to the most important asset: the data. It’s odd that this hasn’t got more attention. It should be easier to write backends that tie data access more closely to user credentials without the backend trying to enforce that itself. Is there anything out there that makes this easy to do?
> almost all web applications run as root That‘s largely a configuration problem. They don‘t have to run as root, most of the time.
Re: WordPress security plugin Hide My WP addresses SQL injection, deactivation flaws
#10SQL injection draws attention to the fact that almost all web applications run as root, in regards to the most important asset: the data. It’s odd that this hasn’t got more attention. It should be easier to write backends that tie data access more closely to user credentials without the backend trying to enforce that itself. Is there anything out there that makes this easy to do?
https://www.postgresql.org/docs/current/ddl-rowsecurity.html