Yes, that is a problem. No, that doesn't have anything to do with OpenID.
OpenID is designed to be a user-friendly replacement for E-Mail based login. It is only designed to solve the usability problems of E-Mail based logins, it is not designed to solve any of the security problems of E-Mail based logins.
If there are rogue OpenID providers out there, that allow users to create accounts willy-nilly, without checking their identity, then that is a problem. However, the exact same problem also exists today, with E-Mail logins: if E-Mail providers allow you to create E-Mail accounts without proving your identity, then you can use that E-Mail address to log into any forum.
However, this problem has been solved long ago for the E-Mail case: only allow logins with E-Mail addresses from trustworthy providers. And the same can be done for OpenID: only accept OpenIDs issued from trustworthy providers. If someone logs in with http://John.Doe.VeriSign.Com/
, you let them in, and if someone tries to log in with http://Any.Nymous.Evil-4aX0rZ.ru/
, you reject them.